Skip to content

Commit

Permalink
Fix release drafter permissions (#20)
Browse files Browse the repository at this point in the history
  • Loading branch information
snovikov authored Jun 6, 2023
1 parent a01ffcd commit 2b74256
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/release-drafter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,13 @@ on:
branches:
- master

permissions:
contents: read

jobs:
update_release_draft:
permissions:
contents: write
runs-on: ubuntu-latest
steps:
- uses: release-drafter/release-drafter@v5
Expand Down

0 comments on commit 2b74256

Please sign in to comment.