Skip to content

Commit

Permalink
Grant permissions to the Release Drafter workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
oleg-nenashev committed Sep 29, 2023
1 parent 734587b commit 7818104
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/changelog.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,16 @@ on:
push:
branches:
- main
workflow_dispatch:

jobs:
update_release_draft:
runs-on: ubuntu-latest
permissions:
# Write permission is required to create a github release
contents: write
# Write permission is required for autolabeler
pull-requests: write
steps:
- uses: release-drafter/release-drafter@v5
with:
Expand Down

0 comments on commit 7818104

Please sign in to comment.