Skip to content

Commit

Permalink
add repo write permissions to release job
Browse files Browse the repository at this point in the history
  • Loading branch information
tek committed Sep 6, 2023
1 parent e8d6f3d commit b9e1ad8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tags.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
runs-on: ubuntu-latest
permissions:
id-token: 'write'
contents: 'read'
contents: 'write'
steps:
- uses: 'actions/checkout@v3'
- uses: 'DeterminateSystems/nix-installer-action@main'
Expand Down

0 comments on commit b9e1ad8

Please sign in to comment.