We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0dc072e commit 2f179e9Copy full SHA for 2f179e9
1 file changed
.github/workflows/update_dev_container_version.yml
@@ -15,5 +15,5 @@ jobs:
15
with:
16
base_branch: main
17
secrets:
18
- AUTOMERGE_APP_ID: ${{ secrets.AUTOMERGE_APP_ID }}
19
- AUTOMERGE_PEM: ${{ secrets.AUTOMERGE_PEM }}
+ CREATE_PULL_REQUEST_APP_ID: ${{ secrets.CREATE_PULL_REQUEST_APP_ID }}
+ CREATE_PULL_REQUEST_PEM: ${{ secrets.CREATE_PULL_REQUEST_PEM }}
0 commit comments