Skip to content

Commit 114b11d

Browse files
committed
update readme
1 parent 1b344de commit 114b11d

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -257,16 +257,16 @@ This workflow updates `.devcontainer/devcontainer.json` with the latest publishe
257257
#### Requirements
258258

259259
- `.devcontainer/devcontainer.json` must include `build.args.IMAGE_NAME` and `build.args.IMAGE_VERSION`.
260-
- `AUTOMERGE_APP_ID` and `AUTOMERGE_PEM` secrets must be configured so the workflow can create a GitHub App token for PR creation.
260+
- `CREATE_PULL_REQUEST_APP_ID` and `CREATE_PULL_REQUEST_PEM` secrets must be configured so the workflow can create a GitHub App token for PR creation.
261261

262262
#### Inputs
263263

264264
- `base_branch`: Target branch for the pull request. Default: `main`.
265265

266266
#### Secret Inputs
267267

268-
- `AUTOMERGE_APP_ID`: GitHub App ID used to generate an installation token.
269-
- `AUTOMERGE_PEM`: GitHub App private key used to generate an installation token.
268+
- `CREATE_PULL_REQUEST_APP_ID`: GitHub App ID used to generate an installation token.
269+
- `CREATE_PULL_REQUEST_PEM`: GitHub App private key used to generate an installation token.
270270

271271
#### Outputs
272272

0 commit comments

Comments
 (0)