We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bed2604 commit f79c210Copy full SHA for f79c210
1 file changed
.github/workflows/update_dev_container_version.yml
@@ -0,0 +1,19 @@
1
+name: Update Devcontainer Version
2
+
3
+on:
4
+ workflow_dispatch:
5
+ schedule:
6
+ - cron: "0 18 * * 4"
7
8
+jobs:
9
+ update_devcontainer_version:
10
+ uses: NHSDigital/eps-common-workflows/.github/workflows/update-dev-container-version.yml@d2a4595b1bfa59f04c7cecb080a126321d42a333
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 }}
0 commit comments