Skip to content

Commit

Permalink
Merge pull request #19 from oleg-nenashev/oleg-nenashev-patch-1
Browse files Browse the repository at this point in the history
Grant permissions to the Release Drafter workflow
  • Loading branch information
oleg-nenashev authored Sep 29, 2023
2 parents d1ce8c2 + 7818104 commit a81e8d6
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 a81e8d6

Please sign in to comment.