Skip to content

Commit ad6f51c

Browse files
committed
Use correct password mechanism in gon fork (AC_PASSWORD env var)
Signed-off-by: Dom Del Nano <ddelnano@gmail.com>
1 parent d2e0e93 commit ad6f51c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/cli_release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ jobs:
9292
- name: Sign CLI release
9393
env:
9494
REF: ${{ github.event.ref }}
95-
AC_PASSWD: ${{ secrets.APPLE_ID_PASSWORD }}
95+
AC_PASSWORD: ${{ secrets.APPLE_ID_PASSWORD }}
9696
KEYCHAIN_PASSWORD: ${{ secrets.APPLE_KEYCHAIN_PASSWORD }}
9797
CERT_BASE64: ${{ secrets.APPLE_SIGN_CERT_B64 }}
9898
CERT_PASSWORD: ${{ secrets.APPLE_SIGN_CERT_PASSWORD }}

ci/gon.hcl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ bundle_id = "ai.getcosmic.px"
66

77
apple_id {
88
username = "apple-dev@getcosmic.ai"
9-
password = "@env:AC_PASSWD"
9+
# Password is provided via AC_PASSWORD env var
1010
provider = "769M9XJDG6"
1111
}
1212

0 commit comments

Comments
 (0)