Skip to content

Commit

Permalink
Set keyID to have Expo identifier
Browse files Browse the repository at this point in the history
  • Loading branch information
anthonylavado authored Dec 16, 2024
1 parent b9441e8 commit f3bab7d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish-beta.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
- name: Build and publish beta
run: fastlane beta \
keyID:${{ secrets.APP_STORE_KEY_ID }} \
keyID:${{ secrets.APP_STORE_KEY_ID_EXPO }} \
issuerID:${{ secrets.APP_STORE_ISSUER_ID }} \
keyContents:${{ secrets.APP_STORE_KEY_CONTENTS }} \
codeSign64:${{ secrets.CODE_SIGN_64 }} \
Expand Down

0 comments on commit f3bab7d

Please sign in to comment.