adding sqlx migration to grant windmill permissions to db user (#4806) #8642
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
on: | |
push: | |
branches: [main] | |
name: release-please | |
jobs: | |
release-please: | |
name: "Release please" | |
runs-on: ubicloud | |
steps: | |
- uses: GoogleCloudPlatform/release-please-action@v3 | |
with: | |
release-type: simple | |
package-name: windmill | |
token: ${{ secrets.PAT_TOKEN }} |