We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 63926af commit 676018fCopy full SHA for 676018f
.github/workflows/macos-exporter-python.yml
@@ -61,6 +61,7 @@ jobs:
61
pytest ./test
62
63
build-executable:
64
+ environment: 'MacOS Exporter App CI'
65
needs: test # run this job only after 'test' job completes successfully
66
runs-on: macos-14 # We *need* 14, this whole setup is only supported up to <= 14 (without weird security disabling hacks)
67
@@ -122,4 +123,4 @@ jobs:
122
123
files: ${{ env.UPLOAD_PATH }} # Path to asset created in previous step
124
name: ${{ env.APP_ZIP_NAME }}
125
env:
- 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