File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 32
32
env :
33
33
GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
34
34
BYTEBASE_URL : https://demo.bytebase.com
35
- BYTEBASE_SERVICE_ACCOUNT : ci @service.bytebase.com
35
+ BYTEBASE_SERVICE_ACCOUNT : api @service.bytebase.com
36
36
BYTEBASE_SERVICE_ACCOUNT_SECRET : ${{secrets.BYTEBASE_SERVICE_ACCOUNT_SECRET}}
37
37
BYTEBASE_PROJECT : " projects/project-sample"
38
38
BYTEBASE_TARGETS : " instances/test-sample-instance/databases/hr_test,instances/prod-sample-instance/databases/hr_prod"
63
63
env :
64
64
GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
65
65
BYTEBASE_URL : https://demo.bytebase.com
66
- BYTEBASE_SERVICE_ACCOUNT : ci @service.bytebase.com
66
+ BYTEBASE_SERVICE_ACCOUNT : api @service.bytebase.com
67
67
BYTEBASE_SERVICE_ACCOUNT_SECRET : ${{secrets.BYTEBASE_SERVICE_ACCOUNT_SECRET}}
68
68
BYTEBASE_PROJECT : " projects/project-sample"
69
69
BYTEBASE_TARGET_STAGE : environments/prod
You can’t perform that action at this time.
0 commit comments