We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d76d432 commit 24aeb8aCopy full SHA for 24aeb8a
.github/workflows/sql-review-action.yml
@@ -21,7 +21,7 @@ jobs:
21
env:
22
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # set GITHUB_TOKEN because the 'Check release' step needs it to comment the pull request with check results.
23
BYTEBASE_URL: https://valid-just-tadpole.ngrok-free.app
24
- BYTEBASE_SERVICE_ACCOUNT: api@service.example.com
+ BYTEBASE_SERVICE_ACCOUNT: api@service.bytebase.com
25
BYTEBASE_SERVICE_ACCOUNT_SECRET: ${{ secrets.BYTEBASE_SERVICE_ACCOUNT_SECRET }}
26
BYTEBASE_PROJECT: "projects/project-sample"
27
BYTEBASE_TARGETS: "instances/prod-sample-instance/databases/hr_prod"
0 commit comments