We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 25f473d commit 741768fCopy full SHA for 741768f
.github/workflows/main.yml
@@ -19,7 +19,7 @@ jobs:
19
# certificate
20
ENCRYPTED_CERT_FILE_PATH: ${{ '.github/secrets/TL_Distribution.p12.gpg' }}
21
DECRYPTED_CERT_FILE_PATH: ${{ '.github/secrets/TL_Distribution.p12' }}
22
- CERT_ENCRYPTION_KEY: ${{ secrets.CERTS_ENCRYPTION_PWD }}
+ CERT_ENCRYPTION_KEY: ${{ secrets.CERT_ENCRYPTION_PWD }}
23
24
# provisioning
25
ENCRYPTED_PROVISION_FILE_PATH: ${{ '.github/secrets/Wable_Release.mobileprovision.gpg' }}
0 commit comments