Skip to content

Commit f3dd027

Browse files
committed
update yaml
1 parent 3e8507a commit f3dd027

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,9 @@ jobs:
2121
env:
2222
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # set GITHUB_TOKEN because the 'Check release' step needs it to comment the pull request with check results.
2323
BYTEBASE_URL: https://demo.bytebase.com
24-
BYTEBASE_SERVICE_ACCOUNT: ci@service.bytebase.com
25-
BYTEBASE_SERVICE_ACCOUNT_SECRET: "bbs_iqysPHMqhNpG4rQ5SFEJ"
26-
BYTEBASE_PROJECT: "projects/project-sample"
24+
BYTEBASE_SERVICE_ACCOUNT: api@service.bytebase.com
25+
BYTEBASE_SERVICE_ACCOUNT_SECRET: "bbs_yxHD5mH5ZzNKKIzhzT7C"
26+
BYTEBASE_PROJECT: "projects/hr"
2727
BYTEBASE_TARGETS: "instances/prod-sample-instance/databases/hr_prod"
2828
FILE_PATTERN: "migrations-semver/*.sql"
2929
run: |

0 commit comments

Comments
 (0)