Skip to content

Commit

Permalink
Use this workflow run's token
Browse files Browse the repository at this point in the history
  • Loading branch information
JesseTG committed Oct 19, 2024
1 parent ed9ba4d commit bb3beed
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,9 @@ jobs:
- name: Download Artifacts
uses: actions/download-artifact@v4
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
# Token required to download artifacts from other workflows in this run
run-id: '${{ github.run_id }}'
path: artifact

- name: Zip Release Artifacts
Expand Down

0 comments on commit bb3beed

Please sign in to comment.