Skip to content

Commit f60f14d

Browse files
committed
ci: add missing env variables [skip ci]
1 parent a9167d2 commit f60f14d

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/insider-spearhead.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,9 @@ jobs:
7878
if: env.SHOULD_BUILD == 'yes'
7979

8080
- name: Upload sourcemaps
81+
env:
82+
GITHUB_TOKEN: ${{ secrets.STRONGER_GITHUB_TOKEN }}
83+
GITHUB_USERNAME: ${{ github.repository_owner }}
8184
run: ./upload_sourcemaps.sh
8285
if: env.SHOULD_BUILD == 'yes'
8386

0 commit comments

Comments
 (0)