Skip to content

Commit 74ce66d

Browse files
committed
s
1 parent 9d3a748 commit 74ce66d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/sql-review-action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ env:
1111
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # set GITHUB_TOKEN because the 'Check release' step needs it to comment the pull request with check results.
1212
BYTEBASE_URL: https://demo.bytebase.com
1313
BYTEBASE_SERVICE_ACCOUNT: [email protected]
14-
BYTEBASE_SERVICE_ACCOUNT_SECRET: ${{ secrets.BYTEBASE_SERVICE_ACCOUNT_SECRET }}
14+
BYTEBASE_SERVICE_ACCOUNT_SECRET: "bbs_EDyd8zleJVBEZyw81kLL"
1515
BYTEBASE_PROJECT: "projects/hr"
1616
BYTEBASE_TARGETS: "instances/prod-sample-instance/databases/hr_prod"
1717
FILE_PATTERN: "migrations-semver/*.sql"

0 commit comments

Comments
 (0)