We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b038f71 commit 8bf4fb9Copy full SHA for 8bf4fb9
1 file changed
.github/workflows/update_dev_container.yml
@@ -0,0 +1,24 @@
1
+name: Update devcontainer version
2
+
3
+on:
4
+ workflow_dispatch:
5
+ schedule:
6
+ - cron: "0 6 * * 1"
7
8
+permissions: {}
9
10
+jobs:
11
+ update-devcontainer-version:
12
+ runs-on: ubuntu-22.04
13
+ environment: create_pull_request
14
+ permissions:
15
+ contents: read
16
+ packages: read
17
18
+ steps:
19
+ - name: Update devcontainer version
20
+ uses: NHSDigital/eps-update-devcontainer@95118f6746ca7081258cc7f651dca1c5bb7339f1
21
+ with:
22
+ calling_repo_base_branch: main
23
+ CREATE_PULL_REQUEST_APP_ID: ${{ secrets.CREATE_PULL_REQUEST_APP_ID }}
24
+ CREATE_PULL_REQUEST_PEM: ${{ secrets.CREATE_PULL_REQUEST_PEM }}
0 commit comments