We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0afc010 commit bbc68b6Copy full SHA for bbc68b6
.github/workflows/release.yml
@@ -54,9 +54,7 @@ jobs:
54
env:
55
# Snapcraft
56
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 }}
+ # macOS notarization
60
TEAM_ID: ${{ secrets.team_id }}
61
APPLE_ID: ${{ secrets.apple_id }}
62
APPLE_APP_SPECIFIC_PASSWORD: ${{ secrets.apple_app_specific_password }}
0 commit comments