Skip to content

Commit

Permalink
chore: revert to base apple signing gha action
Browse files Browse the repository at this point in the history
  • Loading branch information
jgresham committed May 31, 2024
1 parent f1afc64 commit 76038fd
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:

- if: ${{ matrix.os == 'macos-latest' }}
name: Import Certs
uses: slidoapp/import-codesign-certs@node20
uses: apple-actions/import-codesign-certs@v3
with:
p12-file-base64: ${{ secrets.CSC_LINK }}
p12-password: ${{ secrets.CSC_KEY_PASSWORD }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/prod-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
- if: ${{ matrix.os == 'macos-latest' }}
name: Import Certs
uses: slidoapp/import-codesign-certs@node20
uses: apple-actions/import-codesign-certs@v3
with:
p12-file-base64: ${{ secrets.CSC_LINK }}
p12-password: ${{ secrets.CSC_KEY_PASSWORD }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/staging-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:

- if: ${{ matrix.os == 'macos-latest' }}
name: Import Certs
uses: slidoapp/import-codesign-certs@node20
uses: apple-actions/import-codesign-certs@v3
with:
p12-file-base64: ${{ secrets.CSC_LINK }}
p12-password: ${{ secrets.CSC_KEY_PASSWORD }}
Expand Down

0 comments on commit 76038fd

Please sign in to comment.