Merge pull request #13 from manics/add-binder-badge
Automatically add mybinder badge on PRs
This commit is contained in:
commit
034931911e
11
.github/workflows/binder-badge.yml
vendored
Normal file
11
.github/workflows/binder-badge.yml
vendored
Normal file
@ -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 }}
|
Loading…
Reference in New Issue
Block a user