Skip to content

Commit 652fa2b

Browse files
committed
ci: try fix
1 parent ec5f310 commit 652fa2b

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -44,17 +44,16 @@ jobs:
4444

4545
- name: Test build
4646
env:
47-
TOKEN: ${{ secrets.TOKEN }}
47+
INPUT_TOKEN: ${{ secrets.TOKEN }}
4848
run: npm run all
4949

5050
test:
5151
runs-on: ubuntu-latest
5252
steps:
5353
- uses: actions/checkout@v2
5454
- uses: ./
55-
env:
56-
TOKEN: ${{ secrets.TOKEN }}
5755
with:
56+
token: ${{ secrets.TOKEN }}
5857
gist_id: e885afa349a0e5d1cfb408e46d6a37bc
5958
gist_file_name: foo.bar
6059
file_path: ./__tests__/foo.bar

0 commit comments

Comments
 (0)