Skip to content

Commit 676018f

Browse files
committed
Add environment to job
1 parent 63926af commit 676018f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/macos-exporter-python.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,7 @@ jobs:
6161
pytest ./test
6262
6363
build-executable:
64+
environment: 'MacOS Exporter App CI'
6465
needs: test # run this job only after 'test' job completes successfully
6566
runs-on: macos-14 # We *need* 14, this whole setup is only supported up to <= 14 (without weird security disabling hacks)
6667

@@ -122,4 +123,4 @@ jobs:
122123
files: ${{ env.UPLOAD_PATH }} # Path to asset created in previous step
123124
name: ${{ env.APP_ZIP_NAME }}
124125
env:
125-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # Provided by GitHub Actions
126+
GITHUB_TOKEN: ${{ secrets.MACOS_EXPORTER_APP_GITHUB_TOKEN }} # Provided by GitHub Actions

0 commit comments

Comments
 (0)