We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9d3a748 commit 74ce66dCopy full SHA for 74ce66d
.github/workflows/sql-review-action.yml
@@ -11,7 +11,7 @@ env:
11
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # set GITHUB_TOKEN because the 'Check release' step needs it to comment the pull request with check results.
12
BYTEBASE_URL: https://demo.bytebase.com
13
BYTEBASE_SERVICE_ACCOUNT: [email protected]
14
- BYTEBASE_SERVICE_ACCOUNT_SECRET: ${{ secrets.BYTEBASE_SERVICE_ACCOUNT_SECRET }}
+ BYTEBASE_SERVICE_ACCOUNT_SECRET: "bbs_EDyd8zleJVBEZyw81kLL"
15
BYTEBASE_PROJECT: "projects/hr"
16
BYTEBASE_TARGETS: "instances/prod-sample-instance/databases/hr_prod"
17
FILE_PATTERN: "migrations-semver/*.sql"
0 commit comments