Skip to content

Commit

Permalink
fix: apple certificate (#993)
Browse files Browse the repository at this point in the history
  • Loading branch information
SputNikPlop committed Apr 13, 2023
1 parent 701453e commit ab5ad7f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ios.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
APP_STORE_CONNECT_ISSUER_ID: 863d4663-9217-4c36-9caa-e7b2201ec4f1
APP_STORE_CONNECT_KEY_IDENTIFIER: PQPDACRFT7
APP_STORE_CONNECT_PRIVATE_KEY: ${{ secrets.APPSTORE_API_PRIVATE_KEY }}
CERTIFICATE_PRIVATE_KEY: ${{ secrets.APPLE_CERTIFICATE_KEY_PEM }}
CERTIFICATE_PRIVATE_KEY: ${{ secrets.APPLE_CERTIFICATE_PRIVATE_KEY }}
steps:
- uses: actions/checkout@v2
with:
Expand Down

0 comments on commit ab5ad7f

Please sign in to comment.