Skip to content

Commit 24aeb8a

Browse files
Update BYTEBASE_SERVICE_ACCOUNT in workflow
1 parent d76d432 commit 24aeb8a

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
@@ -21,7 +21,7 @@ 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://valid-just-tadpole.ngrok-free.app
24-
BYTEBASE_SERVICE_ACCOUNT: api@service.example.com
24+
BYTEBASE_SERVICE_ACCOUNT: api@service.bytebase.com
2525
BYTEBASE_SERVICE_ACCOUNT_SECRET: ${{ secrets.BYTEBASE_SERVICE_ACCOUNT_SECRET }}
2626
BYTEBASE_PROJECT: "projects/project-sample"
2727
BYTEBASE_TARGETS: "instances/prod-sample-instance/databases/hr_prod"

0 commit comments

Comments
 (0)