Merge pull request #4034 from deitch/token-for-actions

This commit is contained in:
Avi Deitcher 2024-04-28 13:58:27 +03:00 committed by GitHub
commit d3257af256
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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,