Skip to content

Commit

Permalink
Merge pull request #9 from manics/binder-badge-perms
Browse files Browse the repository at this point in the history
binder-badge workflow needs permissions.pull-requests:write
  • Loading branch information
manics authored Apr 23, 2021
2 parents ee16f37 + 5c46d99 commit 4842bae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/binder-badge.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ jobs:
binder:
runs-on: ubuntu-latest
permissions:
issues: write
pull-requests: write
steps:
- name: comment on PR with Binder link
uses: actions/github-script@v1
Expand Down

0 comments on commit 4842bae

Please sign in to comment.