Skip to content

Commit f6d0c52

Browse files
authored
ci: Pass the GH token to actions/download-artifact (#2514)
## Why? `actions/download-artifact` is [failing to find artifacts](https://github.com/apache/fory/actions/runs/17198889531/job/48785824375) despite [artifacts being created](https://github.com/apache/fory/actions/runs/17198794761). ## What does this PR do? Pass the github token so the action can find artifacts from other workflow runs (ours are separate).
1 parent 8c0fdca commit f6d0c52

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/release-python.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ jobs:
3737
uses: actions/download-artifact@v5
3838
with:
3939
run-id: ${{ github.event.workflow_run.id }}
40+
github-token: ${{ secrets.GITHUB_TOKEN }}
4041
pattern: "pyfory-wheels-*"
4142
path: downloaded_wheels
4243
merge-multiple: true

0 commit comments

Comments
 (0)