Skip to content

Commit

Permalink
Merge pull request #3 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
manics committed Sep 7, 2020
2 parents dcc385e + 2306dea commit 2736d21
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 2736d21

Please sign in to comment.