File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments