Skip to content

Commit

Permalink
Fix permission on binder PR comment workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
fcollonval authored Apr 27, 2021
1 parent 12de069 commit f0b492a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/binder-on-pr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ on:
pull_request_target:
types: [opened]

permissions:
pull-requests: write

jobs:
binder:
runs-on: ubuntu-latest
Expand Down

0 comments on commit f0b492a

Please sign in to comment.