Skip to content

Commit

Permalink
Use correct password mechanism in gon fork (AC_PASSWORD env var)
Browse files Browse the repository at this point in the history
Signed-off-by: Dom Del Nano <[email protected]>
  • Loading branch information
ddelnano committed Sep 3, 2024
1 parent 840fe67 commit 13e953a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/cli_release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ jobs:
- name: Sign CLI release
env:
REF: ${{ github.event.ref }}
AC_PASSWD: ${{ secrets.APPLE_ID_PASSWORD }}
AC_PASSWORD: ${{ secrets.APPLE_ID_PASSWORD }}
KEYCHAIN_PASSWORD: ${{ secrets.APPLE_KEYCHAIN_PASSWORD }}
CERT_BASE64: ${{ secrets.APPLE_SIGN_CERT_B64 }}
CERT_PASSWORD: ${{ secrets.APPLE_SIGN_CERT_PASSWORD }}
Expand Down
2 changes: 1 addition & 1 deletion ci/gon.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ bundle_id = "ai.getcosmic.px"

apple_id {
username = "[email protected]"
password = "@env:AC_PASSWD"
# Password is provided via AC_PASSWORD env var
provider = "769M9XJDG6"
}

Expand Down

0 comments on commit 13e953a

Please sign in to comment.