Skip to content

Commit

Permalink
Use GITHUB_TOKEN for downloading artifacts from same repo
Browse files Browse the repository at this point in the history
  • Loading branch information
kepstin committed Dec 11, 2024
1 parent 9881396 commit 1f9621b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test-report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
with:
name: junit
path: junit/
github-token: ${{ secrets.GH_PAT }}
github-token: ${{ secrets.GITHUB_TOKEN }}
run-id: ${{ github.event.workflow_run.id }}

- name: Publish test report
Expand Down

0 comments on commit 1f9621b

Please sign in to comment.