Fix check notarization workflow

This commit is contained in:
aboyko
2024-09-06 10:23:55 -04:00
parent 336186f290
commit fe787cec4c
2 changed files with 4 additions and 1 deletions

View File

@@ -15,4 +15,4 @@ jobs:
steps:
- name: Notarization Logs
run: |
xcrun notarytool log ${{ inputs.id }} --apple-id ${{ secrets.AC_USERNAME }} --team-id ${{ secrets.APPLE_TEAM_ID }} --password ${{ secrets.AC_PASSWORD }}
xcrun notarytool log ${{ inputs.id }} --apple-id ${{ secrets.VMWARE_APPLE_USER }} --team-id ${{ secrets.VMWARE_APPLE_TEAM_ID }} --password ${{ secrets.VMWARE_APPLE_PASSWORD }}