Skip to content

Commit

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

chore(deps): bump Apple-Actions/import-codesign-certs from 1 to 3
  • Loading branch information
TheLastCicada authored Nov 18, 2024
2 parents 1a063e8 + 3a4c33c commit 5bdab08
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-installers.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:

- name: Import Apple installer signing certificate
if: steps.check_secrets.outputs.HAS_SIGNING_SECRET
uses: Apple-Actions/import-codesign-certs@v1
uses: Apple-Actions/import-codesign-certs@v3
with:
p12-file-base64: ${{ secrets.APPLE_DEV_ID_APP }}
p12-password: ${{ secrets.APPLE_DEV_ID_APP_PASS }}
Expand Down

0 comments on commit 5bdab08

Please sign in to comment.