Skip to content

Commit f79c210

Browse files
committed
add workflow to update dev container
1 parent bed2604 commit f79c210

1 file changed

Lines changed: 19 additions & 0 deletions

File tree

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@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

Comments
 (0)