Skip to content

Commit 7687bf0

Browse files
authored
ci: give write permissions to reminder (#511)
1 parent 3152de3 commit 7687bf0

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/deployminder.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@ jobs:
1111
remind:
1212
if: github.event.pull_request.merged == true
1313
runs-on: ubuntu-latest
14+
permissions:
15+
issues: write
1416
steps:
1517
- name: Comment on PR
1618
uses: actions/github-script@v7

0 commit comments

Comments
 (0)