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 1111 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }} # set GITHUB_TOKEN because the 'Check release' step needs it to comment the pull request with check results.
1212 BYTEBASE_URL : https://demo.bytebase.com
1313 BYTEBASE_SERVICE_ACCOUNT :
[email protected] 14- BYTEBASE_SERVICE_ACCOUNT_SECRET : " bbs_EDyd8zleJVBEZyw81kLL "
14+ BYTEBASE_SERVICE_ACCOUNT_SECRET : ${{ secrets.BYTEBASE_SERVICE_ACCOUNT_SECRET }}
1515 BYTEBASE_PROJECT : " projects/hr"
1616 BYTEBASE_TARGETS : " instances/prod-sample-instance/databases/hr_prod"
1717 FILE_PATTERN : " migrations-semver/*.sql"
1818
1919jobs :
2020 check-release-on-prod :
21- permissions :
22- pull-requests : write # write permission required to allow the action writes the check results to the comment.
2321 runs-on : ubuntu-latest # use self-hosted machines if your Bytebase runs in internal networks.
2422 container :
2523 image : docker://bytebase/bytebase-action:latest
You can’t perform that action at this time.
0 commit comments