ci: add missing env variables [skip ci]

This commit is contained in:
Baptiste Augrain
2025-10-09 11:53:44 +02:00
parent a9167d21e2
commit f60f14d085

View File

@@ -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'