Skip to content

Commit bbc68b6

Browse files
committed
chore: github action remove notarization api key
1 parent 0afc010 commit bbc68b6

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -54,9 +54,7 @@ jobs:
5454
env:
5555
# Snapcraft
5656
SNAPCRAFT_STORE_CREDENTIALS: ${{ secrets.snapcraft_token }}
57-
# macOS notarization API key
58-
API_KEY_ID: ${{ secrets.api_key_id }}
59-
API_KEY_ISSUER_ID: ${{ secrets.api_key_issuer_id }}
57+
# macOS notarization
6058
TEAM_ID: ${{ secrets.team_id }}
6159
APPLE_ID: ${{ secrets.apple_id }}
6260
APPLE_APP_SPECIFIC_PASSWORD: ${{ secrets.apple_app_specific_password }}

0 commit comments

Comments
 (0)