Skip to content

Commit da5336b

Browse files
committed
Add token to built products for compare-ds
1 parent 3363105 commit da5336b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/compare-ds.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,9 +74,10 @@ jobs:
7474
if: ${{ steps.ctf.outputs.CTF_OUTPUT_SIZE != '0' }}
7575
uses: actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131 # v7
7676
with:
77+
github-token: ${{ secrets.GITHUB_TOKEN }}
78+
run-id: ${{ github.event.workflow_run.id }}
7779
name: pr-artifacts-${{ github.event.workflow_run.head_sha }}
7880
path: pr_artifacts
79-
run-id: ${{ github.event.workflow_run.id }}
8081
- name: Unpack built artifacts
8182
if: ${{ steps.ctf.outputs.CTF_OUTPUT_SIZE != '0' }}
8283
run: tar -xvzf pr_artifacts/artifacts.tar.gz -C pr_artifacts/unpacked_artifacts

0 commit comments

Comments
 (0)