From 178390d581b7e443ae5ac6309dfa878aca9f0e75 Mon Sep 17 00:00:00 2001 From: Albert Teoh Date: Tue, 26 Dec 2023 10:52:20 +1100 Subject: [PATCH] token --- .github/workflows/ci-unit-tests-report.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci-unit-tests-report.yml b/.github/workflows/ci-unit-tests-report.yml index 9f54d2e738d..5521b2aef39 100644 --- a/.github/workflows/ci-unit-tests-report.yml +++ b/.github/workflows/ci-unit-tests-report.yml @@ -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