From caca38aee5499260e5681ed522edb51d27b9c85a Mon Sep 17 00:00:00 2001 From: Michael Tautschnig Date: Fri, 19 Jul 2024 20:51:49 +0000 Subject: [PATCH] Extend permissions to make update-pr work This is an attempt to also have update-pr use a personal-access token - the build-bottle jobs use the very same steps to access secretsmanager and seem to be able to use the resulting token. --- .github/workflows/release-brew.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/release-brew.yaml b/.github/workflows/release-brew.yaml index 6e903d3..96c70da 100644 --- a/.github/workflows/release-brew.yaml +++ b/.github/workflows/release-brew.yaml @@ -155,6 +155,7 @@ jobs: runs-on: macos-latest permissions: id-token: write + contents: write steps: - uses: actions/download-artifact@v4 with: