Skip to content

Commit 741768f

Browse files
committed
[Fix] #116 - 환경 변수 이름 수정
1 parent 25f473d commit 741768f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
# certificate
2020
ENCRYPTED_CERT_FILE_PATH: ${{ '.github/secrets/TL_Distribution.p12.gpg' }}
2121
DECRYPTED_CERT_FILE_PATH: ${{ '.github/secrets/TL_Distribution.p12' }}
22-
CERT_ENCRYPTION_KEY: ${{ secrets.CERTS_ENCRYPTION_PWD }}
22+
CERT_ENCRYPTION_KEY: ${{ secrets.CERT_ENCRYPTION_PWD }}
2323

2424
# provisioning
2525
ENCRYPTED_PROVISION_FILE_PATH: ${{ '.github/secrets/Wable_Release.mobileprovision.gpg' }}

0 commit comments

Comments
 (0)