mirror of
https://github.com/Kong/insomnia
synced 2024-11-07 22:30:15 +00:00
add team id
This commit is contained in:
parent
d5829035e6
commit
e8cb68992b
2
.github/workflows/release-build.yml
vendored
2
.github/workflows/release-build.yml
vendored
@ -90,6 +90,7 @@ jobs:
|
||||
primary-bundle-id: com.insomnia.inso
|
||||
appstore-connect-username: ${{ secrets.DESIGNER_APPLE_ID }}
|
||||
appstore-connect-password: ${{ secrets.DESIGNER_APPLE_ID_PASSWORD }}
|
||||
appstore-connect-team-id: FX44YY62GV
|
||||
|
||||
- name: Staple Inso CLI installer (macOS only)
|
||||
if: matrix.os == 'macos-latest'
|
||||
@ -105,6 +106,7 @@ jobs:
|
||||
primary-bundle-id: com.insomnia.inso-binary
|
||||
appstore-connect-username: ${{ secrets.DESIGNER_APPLE_ID }}
|
||||
appstore-connect-password: ${{ secrets.DESIGNER_APPLE_ID_PASSWORD }}
|
||||
appstore-connect-team-id: FX44YY62GV
|
||||
|
||||
- name: Create inso artifacts
|
||||
run: npm run inso-package:artifacts
|
||||
|
Loading…
Reference in New Issue
Block a user