From 9ff519538b958dbdcf22bef716d5101fce0b9e32 Mon Sep 17 00:00:00 2001 From: Mike Penz Date: Fri, 16 Oct 2020 17:42:07 +0200 Subject: [PATCH] - run all requires the token for the test --- .github/workflows/test.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 91fd0fa..ad6fb10 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -15,6 +15,9 @@ jobs: npm install - run: | npm run all + env: + GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} + test: # make sure the action works on a clean machine without building runs-on: ubuntu-latest steps: