Skip to content

Commit 6779f5f

Browse files
committed
update workflow
1 parent f79c210 commit 6779f5f

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/update_dev_container_version.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,13 @@ on:
77

88
jobs:
99
update_devcontainer_version:
10-
uses: NHSDigital/eps-common-workflows/.github/workflows/update-dev-container-version.yml@d2a4595b1bfa59f04c7cecb080a126321d42a333
10+
uses: NHSDigital/eps-common-workflows/.github/workflows/update-dev-container-version.yml@23342d86a245c076937abd6aecdd0ce06446b1e6
1111
permissions:
1212
contents: read
1313
packages: read
1414
pull-requests: write
1515
with:
1616
base_branch: main
1717
secrets:
18-
AUTOMERGE_APP_ID: ${{ secrets.AUTOMERGE_APP_ID }}
19-
AUTOMERGE_PEM: ${{ secrets.AUTOMERGE_PEM }}
18+
CREATE_PULL_REQUEST_APP_ID: ${{ secrets.CREATE_PULL_REQUEST_APP_ID }}
19+
CREATE_PULL_REQUEST_PEM: ${{ secrets.CREATE_PULL_REQUEST_PEM }}

0 commit comments

Comments
 (0)