mirror of
https://github.com/earthly/actions-setup.git
synced 2024-12-26 06:21:01 +08:00
Revert "remove some tokens for testing"
This reverts commit 1b2e9a61ef2b3046193a54acd2fd5982a9d200d0.
This commit is contained in:
parent
1b2e9a61ef
commit
c9498ae1d5
6
.github/workflows/test.yml
vendored
6
.github/workflows/test.yml
vendored
@ -19,6 +19,8 @@ jobs:
|
||||
runs-on: ${{ matrix.platform }}
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
with:
|
||||
token: ${{ secrets.GRISWOLDTHECAT_GITHUB_TOKEN }}
|
||||
- uses: actions/setup-node@v3
|
||||
with:
|
||||
cache: ${{ !env.ACT && 'npm' || '' }}
|
||||
@ -34,6 +36,8 @@ jobs:
|
||||
runs-on: ${{ matrix.platform }}
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
with:
|
||||
token: ${{ secrets.GRISWOLDTHECAT_GITHUB_TOKEN }}
|
||||
- uses: actions/setup-node@v3
|
||||
with:
|
||||
cache: ${{ !env.ACT && 'npm' || '' }}
|
||||
@ -51,6 +55,8 @@ jobs:
|
||||
runs-on: ${{ matrix.platform }}
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
with:
|
||||
token: ${{ secrets.GRISWOLDTHECAT_GITHUB_TOKEN }}
|
||||
- uses: actions/setup-node@v3
|
||||
with:
|
||||
cache: ${{ !env.ACT && 'npm' || '' }}
|
||||
|
Loading…
x
Reference in New Issue
Block a user