Skip to content
This repository has been archived by the owner on Jul 12, 2023. It is now read-only.

Commit

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

0 comments on commit ee16f37

Please sign in to comment.