diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 4403cd4..41f036d 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -64,10 +64,12 @@ jobs: test-release: runs-on: ubuntu-latest name: Test publish - needs: [test, generateDocs] + needs: [generateDocs] steps: - name: Checkout uses: actions/checkout@v2 + with: + token: ${{ secrets.GH_PERSONAL_ACCESS_TOKEN }} - name: Setup Node.js uses: actions/setup-node@v2 with: