From bb3beedbad94610a1ab8c8faa73baa98fe7450db Mon Sep 17 00:00:00 2001 From: Jesse Talavera Date: Sat, 19 Oct 2024 15:16:58 -0400 Subject: [PATCH] Use this workflow run's token --- .github/workflows/release.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 9eb88f5c..0d2eceb0 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -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