We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4dc67bd commit 009303cCopy full SHA for 009303c
1 file changed
.github/workflows/release.yml
@@ -39,6 +39,8 @@ jobs:
39
artifact-metadata: write
40
steps:
41
- run: gh api repos/typisttech/php-matrix/actions/runs/${{ inputs.run_id }}/artifacts
42
+ env:
43
+ GH_TOKEN: ${{ github.token }}
44
45
- name: List artifacts for run
46
uses: actions/github-script@v6
0 commit comments