mirror of
https://github.com/johannesjo/super-productivity.git
synced 2026-01-23 02:36:05 +00:00
build: try changing env variables 2
This commit is contained in:
parent
7d12508fc5
commit
03d673c402
2 changed files with 6 additions and 0 deletions
3
.github/workflows/build.yml
vendored
3
.github/workflows/build.yml
vendored
|
|
@ -168,6 +168,9 @@ jobs:
|
|||
env:
|
||||
API_KEY_ID: ${{ secrets.mac_api_key_id }}
|
||||
API_KEY_ISSUER_ID: ${{ secrets.mac_api_key_issuer_id }}
|
||||
APPLE_APP_SPECIFIC_PASSWORD: ${{ secrets.APPLE_APP_SPECIFIC_PASSWORD }}
|
||||
APPLE_ID: ${{ secrets.APPLE_ID }}
|
||||
APPLE_TEAM_ID: ${{ secrets.APPLE_TEAM_ID }}
|
||||
|
||||
windows-bin:
|
||||
runs-on: windows-latest
|
||||
|
|
|
|||
3
.github/workflows/manual-build.yml
vendored
3
.github/workflows/manual-build.yml
vendored
|
|
@ -142,6 +142,9 @@ jobs:
|
|||
env:
|
||||
API_KEY_ID: ${{ secrets.mac_api_key_id }}
|
||||
API_KEY_ISSUER_ID: ${{ secrets.mac_api_key_issuer_id }}
|
||||
APPLE_APP_SPECIFIC_PASSWORD: ${{ secrets.APPLE_APP_SPECIFIC_PASSWORD }}
|
||||
APPLE_ID: ${{ secrets.APPLE_ID }}
|
||||
APPLE_TEAM_ID: ${{ secrets.APPLE_TEAM_ID }}
|
||||
|
||||
# - name: notary log
|
||||
# if: always()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue