From e1ea072e670125004df08560ebf8ae8272ead8d1 Mon Sep 17 00:00:00 2001 From: Paula Gauto Date: Mon, 28 Jul 2025 13:00:02 -0400 Subject: [PATCH] Update sql-review-action.yml --- .github/workflows/sql-review-action.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/sql-review-action.yml b/.github/workflows/sql-review-action.yml index 17c5746..305886b 100644 --- a/.github/workflows/sql-review-action.yml +++ b/.github/workflows/sql-review-action.yml @@ -11,6 +11,7 @@ jobs: check-release-on-prod: permissions: pull-requests: write # write permission required to allow the action writes the check results to the comment. + contents: read # read permission required to allow the action to read the repository’s files. runs-on: ubuntu-latest # use self-hosted machines if your Bytebase runs in internal networks. container: image: docker://bytebase/bytebase-action:latest