Skip to content

Commit

Permalink
chore: grant GH action access to write issue comments
Browse files Browse the repository at this point in the history
  • Loading branch information
SimenB authored Oct 27, 2023
1 parent 629cd5b commit 798b9c8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/changelog.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ jobs:
remind:
name: Changelog Reminder
runs-on: ubuntu-latest
permissions:
issues: write # to create comment
steps:
- uses: actions/checkout@master
- name: Changelog Reminder
Expand Down

0 comments on commit 798b9c8

Please sign in to comment.