mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-07-20 17:49:10 +00:00
Merge pull request #4034 from deitch/token-for-actions
This commit is contained in:
commit
d3257af256
1
.github/workflows/publish.yaml
vendored
1
.github/workflows/publish.yaml
vendored
@ -20,6 +20,7 @@ jobs:
|
|||||||
- name: Download linuxkit
|
- name: Download linuxkit
|
||||||
uses: actions/github-script@v3.1.0
|
uses: actions/github-script@v3.1.0
|
||||||
with:
|
with:
|
||||||
|
github-token: ${{secrets.GITHUB_TOKEN}}
|
||||||
script: |
|
script: |
|
||||||
var artifacts = await github.actions.listWorkflowRunArtifacts({
|
var artifacts = await github.actions.listWorkflowRunArtifacts({
|
||||||
owner: context.repo.owner,
|
owner: context.repo.owner,
|
||||||
|
Loading…
Reference in New Issue
Block a user