Skip to content

Commit 9b1d47b

Browse files
authored
Chore: [AEA-0000] - add job to update devcontainer (#2519)
## Summary - Routine Change ### Details - add job to update devcontainer
1 parent aef084a commit 9b1d47b

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed
Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)