We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 69fd420 commit b7aa773Copy full SHA for b7aa773
1 file changed
README.md
@@ -77,6 +77,8 @@ Set these in **Settings > Secrets and variables > Actions**:
77
| `DEVELOPER_ID` | Certificate common name, e.g. `DDVTech (AB12C3D4E5)` |
78
| `APPLE_ID` | Apple ID email used for notarization |
79
| `APP_SPECIFIC_PASSWORD` | App-specific password from [appleid.apple.com](https://appleid.apple.com) |
80
+| `HOMEBREW_APP_ID` | GitHub App ID for the DDVTech CI app (used to auto-update the Homebrew cask) |
81
+| `HOMEBREW_APP_PRIVATE_KEY` | Private key (`.pem`) for the DDVTech CI GitHub App |
82
83
Also enable **Settings > Actions > General > Workflow permissions > Read and write permissions** so the workflow can upload release assets.
84
0 commit comments