Skip to content

Commit 036e8e9

Browse files
committed
fix: specify github token explicitly for download-artifact
1 parent 8a92c8b commit 036e8e9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ jobs:
2323
with:
2424
path: ./artifacts
2525
run-id: ${{ steps.get_run_id.outputs.run_id }}
26+
github-token: ${{ secrets.GITHUB_TOKEN }}
2627
- name: Create Release
2728
id: create_release
2829
uses: softprops/action-gh-release@v2

0 commit comments

Comments
 (0)