Skip to content

Commit

Permalink
ci: Add permissions to release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
nlemoine committed Sep 20, 2024
1 parent aa627b6 commit b2a3a7b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@ on:
branches:
- main

permissions:
contents: write
pull-requests: write

jobs:
release:
uses: mindkomm/workflows/.github/workflows/release.yml@main

0 comments on commit b2a3a7b

Please sign in to comment.