We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 69fedaa + 4f032b8 commit 140cdefCopy full SHA for 140cdef
.github/workflows/deploy-macos.yaml
@@ -26,7 +26,7 @@ jobs:
26
profile-type: "MAC_APP_STORE"
27
issuer-id: ${{ secrets.APPSTORE_ISSUER_ID }}
28
api-key-id: ${{ secrets.APPSTORE_KEY_ID }}
29
- api-key-content: ${{ secrets.APPSTORE_API_KEY_P8 }}
+ api-private-key: ${{ secrets.APPSTORE_API_KEY_P8 }}
30
31
- uses: actions/setup-node@v4
32
with: { node-version: "22" }
0 commit comments