mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-07-19 17:26:28 +00:00
explicitly use GITHUB_TOKEN for actions script
Signed-off-by: Avi Deitcher <avi@deitcher.net>
This commit is contained in:
parent
38e62bb61d
commit
2578ae23c6
1
.github/workflows/publish.yaml
vendored
1
.github/workflows/publish.yaml
vendored
@ -20,6 +20,7 @@ jobs:
|
||||
- name: Download linuxkit
|
||||
uses: actions/github-script@v3.1.0
|
||||
with:
|
||||
github-token: ${{secrets.GITHUB_TOKEN}}
|
||||
script: |
|
||||
var artifacts = await github.actions.listWorkflowRunArtifacts({
|
||||
owner: context.repo.owner,
|
||||
|
Loading…
Reference in New Issue
Block a user