Skip to content

Commit fa20b74

Browse files
author
impri2
committed
fix: fix secret names in cd yaml
1 parent 8d998c4 commit fa20b74

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/cd.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@ jobs:
1313
env:
1414
MATCH_PASSWORD: ${{ secrets.MATCH_PASSWORD }}
1515
SSH_KEY: ${{ secrets.SSH_KEY }}
16-
APP_STORE_CONNECT_KEY_ID: ${{ secrets.APP_STORE_CONNECT_KEY_ID }}
17-
APP_STORE_CONNECT_ISSUER_ID: ${{ secrets.APP_STORE_CONNECT_ISSUER_ID }}
18-
APP_STORE_CONNECT_KEY_CONTENT: ${{ secrets.APP_STORE_CONNECT_KEY_CONTENT }}
16+
APPSTORE_CONNECT_KEY_ID: ${{ secrets.APPSTORE_CONNECT_KEY_ID }}
17+
APPSTORE_CONNECT_ISSUER_ID: ${{ secrets.APPSTORE_CONNECT_ISSUER_ID }}
18+
APPSTORE_CONNECT_KEY_CONTENT: ${{ secrets.APPSTORE_CONNECT_KEY_CONTENT }}
1919
SLACK_URL: ${{ secrets.SLACK_WEBHOOK }}
2020
GIT_TAG_NAME: ${{ github.ref_name }}
2121
BUNDLE_IDENTIFIER: ${{ github.BUNDLE_IDENTIFIER }}

0 commit comments

Comments
 (0)