We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f79c210 commit 6779f5fCopy full SHA for 6779f5f
1 file changed
.github/workflows/update_dev_container_version.yml
@@ -7,13 +7,13 @@ on:
7
8
jobs:
9
update_devcontainer_version:
10
- uses: NHSDigital/eps-common-workflows/.github/workflows/update-dev-container-version.yml@d2a4595b1bfa59f04c7cecb080a126321d42a333
+ uses: NHSDigital/eps-common-workflows/.github/workflows/update-dev-container-version.yml@23342d86a245c076937abd6aecdd0ce06446b1e6
11
permissions:
12
contents: read
13
packages: read
14
pull-requests: write
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