Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ParticleG authored Jul 24, 2022
1 parent f8f4329 commit b1c3c72
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ This action supports `.dmg`, `.pkg` file and `.app` folder.
uses: 26F-Studio/xcode-notarizer@main
with:
product-path: ./dist/my_app.app
key-base64: ${{ secrets.API_KEY }}
key-content: ${{ secrets.API_KEY }}
key-id: ${{ secrets.API_ID }}
issuer-id: ${{ secrets.ISSUER_ID }}
staple: false
Expand All @@ -42,7 +42,7 @@ This action supports `.dmg`, `.pkg` file and `.app` folder.
| `apple-id` | `false` | `""` | Apple ID of the product's developer |
| `app-password` | `false` | `""` | App specific password of the product |
| `team-id` | `false` | `""` | Developer team ID of the product |
| `key-base64` | `false` | `""` | Base64 content of the App Store Connect API key |
| `key-content` | `false` | `""` | Content of the App Store Connect API key |
| `key-id` | `false` | `""` | ID of the App Store Connect API key |
| `issuer-id` | `false` | `""` | ID of the App Store Connect API issuer |
| `staple` | `false` | `"true"` | Whether to staple product or not |

0 comments on commit b1c3c72

Please sign in to comment.