Skip to content

Commit

Permalink
Add the right permissions for release to release
Browse files Browse the repository at this point in the history
  • Loading branch information
EionRobb committed Aug 27, 2024
1 parent 8641e2c commit 365da26
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/cross.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
runs-on: ubuntu-latest
permissions:
id-token: write
contents: read
contents: write
attestations: write

steps:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
runs-on: ubuntu-latest
permissions:
id-token: write
contents: read
contents: write
attestations: write

steps:
Expand Down

0 comments on commit 365da26

Please sign in to comment.