File tree Expand file tree Collapse file tree 1 file changed +1
-3
lines changed Expand file tree Collapse file tree 1 file changed +1
-3
lines changed Original file line number Diff line number Diff line change 11
11
GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }} # set GITHUB_TOKEN because the 'Check release' step needs it to comment the pull request with check results.
12
12
BYTEBASE_URL : https://demo.bytebase.com
13
13
BYTEBASE_SERVICE_ACCOUNT :
[email protected]
14
- BYTEBASE_SERVICE_ACCOUNT_SECRET : " bbs_EDyd8zleJVBEZyw81kLL "
14
+ BYTEBASE_SERVICE_ACCOUNT_SECRET : ${{ secrets.BYTEBASE_SERVICE_ACCOUNT_SECRET }}
15
15
BYTEBASE_PROJECT : " projects/hr"
16
16
BYTEBASE_TARGETS : " instances/prod-sample-instance/databases/hr_prod"
17
17
FILE_PATTERN : " migrations-semver/*.sql"
18
18
19
19
jobs :
20
20
check-release-on-prod :
21
- permissions :
22
- pull-requests : write # write permission required to allow the action writes the check results to the comment.
23
21
runs-on : ubuntu-latest # use self-hosted machines if your Bytebase runs in internal networks.
24
22
container :
25
23
image : docker://bytebase/bytebase-action:latest
You can’t perform that action at this time.
0 commit comments