Skip to content

Commit

Permalink
Fix: release drafter permissions (#4)
Browse files Browse the repository at this point in the history
  • Loading branch information
emmercm authored Mar 10, 2024
1 parent bdc22fb commit cb622e7
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/gh-release-drafter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,11 @@ env:
jobs:
release:
runs-on: ubuntu-latest
permissions:
# actions/checkout@v4
contents: read
# thollander/actions-comment-pull-request@v2
pull-requests: write
steps:
- uses: actions/checkout@v4
with:
Expand Down

0 comments on commit cb622e7

Please sign in to comment.