Skip to content

Commit

Permalink
Merge pull request #193 from dokku/fix-permissions
Browse files Browse the repository at this point in the history
fix: set correct permissions for creating a release in ci
  • Loading branch information
josegonzalez committed May 18, 2024
2 parents f7c311e + 0d5f30d commit 43bbe91
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tagged-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ on:
permissions:
attestations: write
id-token: write
contents: read
contents: write

jobs:
tagged-release:
Expand Down

0 comments on commit 43bbe91

Please sign in to comment.