Skip to content

Commit

Permalink
ci(workflows): add write permissions to release workflow (#673)
Browse files Browse the repository at this point in the history
  • Loading branch information
jsoref committed Feb 9, 2024
1 parent 8a58080 commit 07b6259
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@ name: Release
- "*.x"

permissions:
contents: read
contents: write
issues: write

jobs:
release:
Expand Down

0 comments on commit 07b6259

Please sign in to comment.