Skip to content

Commit ccbba1b

Browse files
byshingclaude
andcommitted
Reuse APPLE_TEAM_ID for notarization team ID
Co-Authored-By: Claude Sonnet 4.6 (1M context) <noreply@anthropic.com>
1 parent 9c15589 commit ccbba1b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ jobs:
117117
CODESIGN_IDENTITY: ${{ secrets.APPLE_CODESIGN_IDENTITY }}
118118
APPLE_NOTARIZE_ID: ${{ secrets.APPLE_NOTARIZE_ID }}
119119
APPLE_NOTARIZE_PASSWORD: ${{ secrets.APPLE_NOTARIZE_PASSWORD }}
120-
APPLE_NOTARIZE_TEAM_ID: ${{ secrets.APPLE_NOTARIZE_TEAM_ID }}
120+
APPLE_NOTARIZE_TEAM_ID: ${{ secrets.APPLE_TEAM_ID }}
121121
permissions:
122122
"attestations": "write"
123123
"contents": "read"

0 commit comments

Comments
 (0)