mirror of
https://github.com/veggiemonk/awesome-docker.git
synced 2024-12-22 14:15:10 -05:00
Setup github token
This commit is contained in:
parent
8f970072e8
commit
fd49c3a59d
2
.github/workflows/pull_request.yml
vendored
2
.github/workflows/pull_request.yml
vendored
@ -26,5 +26,5 @@ jobs:
|
|||||||
if: steps.cache.outputs.cache-hit != 'true'
|
if: steps.cache.outputs.cache-hit != 'true'
|
||||||
run: npm ci --ignore-scripts --no-audit --no-progress --prefer-offline
|
run: npm ci --ignore-scripts --no-audit --no-progress --prefer-offline
|
||||||
- run: npm run test
|
- run: npm run test
|
||||||
with:
|
env:
|
||||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||||
|
Loading…
Reference in New Issue
Block a user