From 2306deacf285955341beca4eadd35cea48589355 Mon Sep 17 00:00:00 2001 From: Simon Li Date: Mon, 7 Sep 2020 19:51:28 +0100 Subject: [PATCH] Test commit --- github/workflows/binder-badge.yml | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 github/workflows/binder-badge.yml diff --git a/github/workflows/binder-badge.yml b/github/workflows/binder-badge.yml new file mode 100644 index 0000000..0a0b9a7 --- /dev/null +++ b/github/workflows/binder-badge.yml @@ -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 }}