File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -3,17 +3,17 @@ name: Update Devcontainer Version
33on :
44 workflow_dispatch :
55 schedule :
6- - cron : " 0 18 * * 1 "
6+ - cron : " 0 18 * * 4 "
77
88jobs :
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 }}
You can’t perform that action at this time.
0 commit comments