Skip to content

Commit 3b4cd76

Browse files
authored
Chore: [AEA-0000] - update dev container workflow (#1031)
## Summary - Routine Change ### Details - update dev container workflow
1 parent 29a2581 commit 3b4cd76

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/update_dev_container_version.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,17 +3,17 @@ name: Update Devcontainer Version
33
on:
44
workflow_dispatch:
55
schedule:
6-
- cron: "0 18 * * 1"
6+
- cron: "0 18 * * 4"
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@88f13d58fc823a78860dc8b9b0f666914fec2411
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)