From f694d05abdbe9b745d83d534dd97b85f078c922d Mon Sep 17 00:00:00 2001 From: molpopgen Date: Mon, 29 Mar 2021 12:05:06 -0700 Subject: [PATCH] Add cancel to macos. Update token. --- .github/workflows/tests.yml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 803bdfac..e8d31702 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -19,7 +19,7 @@ jobs: - name: Cancel Previous Runs uses: styfle/cancel-workflow-action@0.6.0 with: - access_token: ${{ secrets.ACTIONS }} + access_token: ${{ secrets.GITHUB_TOKEN }} - uses: actions/checkout@v2 - run: sudo apt-get update -y @@ -43,6 +43,11 @@ jobs: - stable - nightly steps: + - name: Cancel Previous Runs + uses: styfle/cancel-workflow-action@0.6.0 + with: + access_token: ${{ secrets.GITHUB_TOKEN }} + - run: brew update - run: brew install gsl - uses: actions/checkout@v2