浏览代码

ci: add missing env variables [skip ci]

Baptiste Augrain 1 周之前
父节点
当前提交
f60f14d085
共有 1 个文件被更改,包括 3 次插入0 次删除
  1. 3 0
      .github/workflows/insider-spearhead.yml

+ 3 - 0
.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'