diff --git a/.github/workflows/deploy-static-app.yml b/.github/workflows/deploy-static-app.yml index 97524d2..245df7e 100644 --- a/.github/workflows/deploy-static-app.yml +++ b/.github/workflows/deploy-static-app.yml @@ -70,6 +70,8 @@ jobs: - uses: Beuterei/reusable-workflows/.github/actions/restore-dependency-cache@main - name: uses: Beuterei/reusable-workflows/.github/actions/eslint-runner@main + with: + GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} testing: @@ -82,8 +84,6 @@ jobs: - uses: Beuterei/reusable-workflows/.github/actions/restore-dependency-cache@main - name: uses: Beuterei/reusable-workflows/.github/actions/jest-test-runner@main - with: - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} deploy: runs-on: ubuntu-latest