Skip to content

Commit

Permalink
Cleaning up Keychain at the end of the workflow (to prevent issue des…
Browse files Browse the repository at this point in the history
  • Loading branch information
prmoore77 committed Feb 28, 2024
1 parent d761d1c commit 122880c
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -122,3 +122,8 @@ runs:
run: |
# See https://developer.apple.com/forums/thread/130560
codesign -vvvv -R="notarized" --check-notarization "${{ inputs.app-path }}"
- name: Cleanup keychain
if: always() # Always run this step to ensure the keychain is properly disposed of
run: |
security delete-keychain signing_temp.keychain

0 comments on commit 122880c

Please sign in to comment.