Skip to content

Commit

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

build(deps): bump Apple-Actions/import-codesign-certs from 1 to 3
  • Loading branch information
TheLastCicada authored Nov 14, 2024
2 parents dd129cc + 374bac7 commit eb972b2
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 @@ -60,7 +60,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 eb972b2

Please sign in to comment.