mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-07-19 09:16:29 +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
|
||||
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