Skip to content

Commit

Permalink
Add workflow to create a binder badge comment on PRs
Browse files Browse the repository at this point in the history
  • Loading branch information
manics committed Sep 7, 2020
1 parent eee7c7a commit e3430be
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/binder-badge.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
name: binder-badge
on:
pull_request_target:

jobs:
badge:
runs-on: ubuntu-latest
steps:
- uses: manics/action-binderbadge@main
with:
githubToken: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit e3430be

Please sign in to comment.