Skip to content

Commit

Permalink
Create binder-badge.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
manics authored Dec 22, 2021
1 parent 27f6422 commit 831353b
Showing 1 changed file with 34 additions and 0 deletions.
34 changes: 34 additions & 0 deletions .github/workflows/binder-badge.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
name: binder-badge
on:
pull_request_target:

jobs:
badge:
runs-on: ubuntu-latest
permissions:
contents: read
issues: write
pull-requests: write
steps:
- uses: manics/action-binderbadge@pullymcpullface
with:
githubToken: ${{ secrets.GITHUB_TOKEN }}

name: binder-badge-nbgitpuller
on:
pull_request_target:

jobs:
badge:
runs-on: ubuntu-latest
permissions:
contents: read
issues: write
pull-requests: write
steps:
- uses: manics/action-binderbadge@pullymcpullface
with:
githubToken: ${{ secrets.GITHUB_TOKEN }}
environmentRepo: gh/binder-examples/conda/HEAD
updateDescription: true
urlpath: lab

0 comments on commit 831353b

Please sign in to comment.