Skip to content

Commit

Permalink
Fix permissions when called from release-tasks workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
tstellar committed May 11, 2024
1 parent 157d670 commit 6c564a0
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/release-tasks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,9 @@ jobs:

release-sources:
name: Package Release Sources
permissions:
id-token: write
attestations: write
needs:
- validate-tag
uses: ./.github/workflows/release-sources.yml
Expand Down

0 comments on commit 6c564a0

Please sign in to comment.