Skip to content

Commit

Permalink
workflows/release-tasks: Add missing permissions for release binaries (
Browse files Browse the repository at this point in the history
…#102023)

Now that the release binaries create artifact attestations, we need to
ensure that we call the workflow with the correct permissions.
  • Loading branch information
tstellar authored Aug 5, 2024
1 parent 4b3bc46 commit dc349a3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release-tasks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,8 @@ jobs:
name: Build Release Binaries
permissions:
contents: write
id-token: write
attestations: write
needs:
- validate-tag
- release-create
Expand Down

0 comments on commit dc349a3

Please sign in to comment.