Skip to content

Commit

Permalink
remove keychain
Browse files Browse the repository at this point in the history
  • Loading branch information
abhinayagarwal committed Mar 21, 2024
1 parent 686a647 commit e68dd58
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/bundles-mac_aarch64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,6 @@ jobs:

- uses: Apple-Actions/import-codesign-certs@v1
with:
keychain: ${{ env.KEYCHAIN }}
p12-file-base64: ${{ secrets.CERTIFICATES_FILE_BASE64 }}
p12-password: ${{ secrets.CERTIFICATES_PASSWORD }}

Expand Down Expand Up @@ -115,7 +114,3 @@ jobs:
with:
name: artifacts
path: ${{ steps.outputfile.outputs.path }}

- name: Delete keychain
run: |
security delete-keychain "${{ env.KEYCHAIN }}".keychain

0 comments on commit e68dd58

Please # to comment.