From f60f14d085f59e585e751e9632e9f99f2432e0fb Mon Sep 17 00:00:00 2001 From: Baptiste Augrain Date: Thu, 9 Oct 2025 11:53:44 +0200 Subject: [PATCH] ci: add missing env variables [skip ci] --- .github/workflows/insider-spearhead.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/insider-spearhead.yml b/.github/workflows/insider-spearhead.yml index 077668c..9b28594 100644 --- a/.github/workflows/insider-spearhead.yml +++ b/.github/workflows/insider-spearhead.yml @@ -78,6 +78,9 @@ jobs: if: env.SHOULD_BUILD == 'yes' - name: Upload sourcemaps + env: + GITHUB_TOKEN: ${{ secrets.STRONGER_GITHUB_TOKEN }} + GITHUB_USERNAME: ${{ github.repository_owner }} run: ./upload_sourcemaps.sh if: env.SHOULD_BUILD == 'yes'