Skip to content

Commit

Permalink
Merge pull request #1083 from Chia-Network/dependabot/github_actions/…
Browse files Browse the repository at this point in the history
…Apple-Actions/import-codesign-certs-3

build(deps): bump Apple-Actions/import-codesign-certs from 1 to 3
  • Loading branch information
TheLastCicada authored Oct 31, 2024
2 parents 975d48f + f0517c6 commit d8d43f6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -107,15 +107,15 @@ jobs:
# Mac .pkg build + sign
- name: Import Apple installer signing certificate
if: matrix.runs-on == 'macos-latest' && steps.check_secrets.outputs.HAS_SIGNING_SECRET
uses: Apple-Actions/import-codesign-certs@v1
uses: Apple-Actions/import-codesign-certs@v3
with:
keychain-password: ${{ secrets.KEYCHAIN_PASSWORD }}
p12-file-base64: ${{ secrets.APPLE_DEV_ID_INSTALLER }}
p12-password: ${{ secrets.APPLE_DEV_ID_INSTALLER_PASS }}

- name: Import Apple Application signing certificate
if: matrix.runs-on == 'macos-latest' && steps.check_secrets.outputs.HAS_SIGNING_SECRET
uses: Apple-Actions/import-codesign-certs@v1
uses: Apple-Actions/import-codesign-certs@v3
with:
create-keychain: false # Created when importing the first cert
keychain-password: ${{ secrets.KEYCHAIN_PASSWORD }}
Expand Down

0 comments on commit d8d43f6

Please sign in to comment.