Skip to content

Commit 3339c24

Browse files
authored
Merge pull request #107 from nodenv/github-token
Shellcheck dep needs auth token
2 parents e571a68 + 5c83404 commit 3339c24

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,8 @@ jobs:
2626
with: { egress-policy: audit }
2727
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
2828
- run: npm cit
29+
env:
30+
GITHUB_TOKEN: ${{ github.token }}
2931

3032
super-lint:
3133
if: inputs.superlinter

0 commit comments

Comments
 (0)