We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aef084a commit 9b1d47bCopy full SHA for 9b1d47b
.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@23342d86a245c076937abd6aecdd0ce06446b1e6
11
+ permissions:
12
+ contents: read
13
+ packages: read
14
+ pull-requests: write
15
+ with:
16
+ base_branch: main
17
+ secrets:
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