Skip to content

Commit

Permalink
Merge pull request #5 from SolaceDev/hotfix_release
Browse files Browse the repository at this point in the history
fix: Add content:write permission to release workflow
  • Loading branch information
artyom-morozov authored Jul 25, 2024
2 parents 5100a90 + af8b549 commit 1ada17e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ on:
permissions:
id-token: write
checks: write
contents: write

jobs:
release:
Expand Down

0 comments on commit 1ada17e

Please sign in to comment.