Skip to content

Commit

Permalink
docs: update permissions
Browse files Browse the repository at this point in the history
these are required if the token doesn't have read/write checked by default
  • Loading branch information
steveoh committed Oct 23, 2023
1 parent 71cc7fe commit 5d868fd
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,7 @@ Use any form of `/remind me [what] [when]`, such as:
name: 'create reminder'

permissions:
issues: read
pull-requests: read
issues: write

on:
issue_comment:
Expand All @@ -34,7 +33,7 @@ jobs:
runs-on: ubuntu-latest

steps:
- name: check for reminder
- name: 👀 check for reminder
uses: agrc/create-reminder-action@v1
```

Expand Down

0 comments on commit 5d868fd

Please sign in to comment.