Skip to content

Commit

Permalink
Extend permissions to make update-pr work
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
tautschnig committed Jul 19, 2024
1 parent d5d29f5 commit caca38a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release-brew.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -155,6 +155,7 @@ jobs:
runs-on: macos-latest
permissions:
id-token: write
contents: write
steps:
- uses: actions/download-artifact@v4
with:
Expand Down

0 comments on commit caca38a

Please sign in to comment.