Skip to content

Commit

Permalink
token
Browse files Browse the repository at this point in the history
  • Loading branch information
Albert Teoh committed Dec 25, 2023
1 parent 4d66ba7 commit 178390d
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/ci-unit-tests-report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,10 @@ jobs:

- name: Download and Extract Artifacts
uses: actions/download-artifact@v4
# with:
with:
github-token: ${{ secrets.GH_PAT }} # token with actions:read permissions on target repo
# repository: actions/toolkit
# run-id: 1234
# run-id: ${{ github.event.workflow_run.id }}
# path: artifacts
- name: Display structure of downloaded files
Expand Down

0 comments on commit 178390d

Please sign in to comment.