Skip to content

Commit 4a8c3d5

Browse files
committed
t1
1 parent 74ce66d commit 4a8c3d5

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/sql-review-action.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,15 +11,13 @@ env:
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

1919
jobs:
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

0 commit comments

Comments
 (0)