mirror of
https://github.com/Kong/insomnia
synced 2024-11-07 22:30:15 +00:00
fix
This commit is contained in:
parent
4c5e78830b
commit
d3c42da82e
5
.github/workflows/release-build.yml
vendored
5
.github/workflows/release-build.yml
vendored
@ -47,8 +47,9 @@ jobs:
|
||||
NODE_OPTIONS: '--max_old_space_size=6144'
|
||||
APPLE_ID: ${{ matrix.os == 'macos-latest' && secrets.DESIGNER_APPLE_ID || '' }}
|
||||
APPLE_ID_PASSWORD: ${{ matrix.os == 'macos-latest' && secrets.DESIGNER_APPLE_ID_PASSWORD || '' }}
|
||||
CSC_LINK: ${{ matrix.csc_link_secret != '' && secrets[matrix.csc_link_secret] || '' }}
|
||||
CSC_KEY_PASSWORD: ${{ matrix.csc_key_password_secret != '' && secrets[matrix.csc_key_password_secret] || '' }}
|
||||
# FIXME(filipe): revert back when we have the code signing cert
|
||||
# CSC_LINK: ${{ matrix.csc_link_secret != '' && secrets[matrix.csc_link_secret] || '' }}
|
||||
# CSC_KEY_PASSWORD: ${{ matrix.csc_key_password_secret != '' && secrets[matrix.csc_key_password_secret] || '' }}
|
||||
|
||||
- name: Setup Inso CLI version env var
|
||||
run:
|
||||
|
Loading…
Reference in New Issue
Block a user