From 9914304007ea6e0fe7987280f839d387fb929478 Mon Sep 17 00:00:00 2001 From: Sean Boult <996134+Hacksore@users.noreply.github.com> Date: Wed, 22 Nov 2023 23:01:53 -0600 Subject: [PATCH] Fix missing auth token --- .github/workflows/release.yaml | 4 ++++ 1 file changed, 4 insertions(+) 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