From 74e84bc29efae2e1843f033456029fa7770f0d5d Mon Sep 17 00:00:00 2001 From: achingbrain Date: Tue, 28 Nov 2023 11:54:10 +0000 Subject: [PATCH] chore: add contents permission to gh token --- .github/workflows/main.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 5ddc35b3c5..326191f645 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -221,6 +221,7 @@ jobs: # https://docs.npmjs.com/generating-provenance-statements permissions: id-token: write + contents: write steps: - uses: GoogleCloudPlatform/release-please-action@v2 id: release