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 a318f6b commit c8eccc7Copy full SHA for c8eccc7
.github/workflows/release.yml
@@ -52,6 +52,7 @@ jobs:
52
env:
53
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
54
CSC_LINK: ${{ secrets.APPLE_SIGNING_CERT }}
55
+ CSC_KEY_PASSWORD: ${{ secrets.APPLE_SIGNING_CERT_PASSWORD }}
56
API_KEY: ${{ secrets.APPLE_API_KEY }}
57
APPLE_API_KEY: apple.p8
58
APPLE_API_KEY_ID: ${{ secrets.APPLE_API_KEY_ID }}
0 commit comments