Skip to content

Commit 8bf4fb9

Browse files
committed
add workflow to update devcontainer version
1 parent b038f71 commit 8bf4fb9

1 file changed

Lines changed: 24 additions & 0 deletions

File tree

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

Comments
 (0)