diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 52254d04..1d37f37e 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -109,6 +109,10 @@ jobs: const { script } = await import('${{ github.workspace }}/scripts/actions/download-draft-bins.js') const id = "${{ needs.create-release.outputs.release_id }}"; await script({ github, context }, id); + env: + # NOTE: we need this to download the bins + GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} + - name: Presign run: | ls -hal binaries