Skip to content

Commit

Permalink
Merge pull request #68 from mbland/fix-download-artifact
Browse files Browse the repository at this point in the history
Add github.token to actions/download-artifact
  • Loading branch information
mbland committed Dec 19, 2023
2 parents b059aac + fd028e3 commit dc4f4fa
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/publish-test-results.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ jobs:
uses: actions/download-artifact@v4
with:
name: test-results
github-token: ${{ github.token }}
run-id: ${{ github.event.workflow_run.id }}

- name: Post test report
Expand Down

0 comments on commit dc4f4fa

Please sign in to comment.