Skip to content

Commit 4e060b6

Browse files
committed
acceptance deps
1 parent 6f6cd33 commit 4e060b6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/actions/acceptance-tests/action.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ runs:
3131
- name: 'Install dependencies'
3232
shell: bash
3333
env:
34-
NODE_AUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
34+
NODE_AUTH_TOKEN: ${{ env.GITHUB_TOKEN }}
3535
run: |
3636
npm ci
3737

0 commit comments

Comments
 (0)