Skip to content

Commit

Permalink
Give explicit permissions to Github actions (#408)
Browse files Browse the repository at this point in the history
because actions in this repo no longer have write permission by default.
  • Loading branch information
graebm authored Jun 2, 2022
1 parent 9541408 commit a163237
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/closed-issue-message.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ on:
jobs:
auto_comment:
runs-on: ubuntu-latest
permissions:
issues: write
steps:
- uses: aws-actions/closed-issue-message@v1
with:
Expand Down

0 comments on commit a163237

Please sign in to comment.