Skip to content

Use nox for our GitHub Actions workflows #346

Use nox for our GitHub Actions workflows

Use nox for our GitHub Actions workflows #346

Workflow file for this run

name: AddBinderBadge
on:
pull_request_target:
jobs:
badge:
runs-on: ubuntu-latest
steps:
- uses: manics/action-binderbadge@v3.0.0
with:
githubToken: ${{ secrets.GITHUB_TOKEN }}