Skip to content

Commit

Permalink
Merge pull request #13 from manics/add-binder-badge
Browse files Browse the repository at this point in the history
Automatically add mybinder badge on PRs
  • Loading branch information
betatim authored Sep 8, 2020
2 parents 5778653 + 42d11f6 commit 0349319
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 0349319

Please sign in to comment.