Skip to content

Commit 24f4dd5

Browse files
committed
update permissions
1 parent e5d02ed commit 24f4dd5

2 files changed

Lines changed: 5 additions & 3 deletions

File tree

.github/workflows/schedule_update_devcontainer.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,12 @@ on:
77

88
permissions: {}
99
jobs:
10-
sync-copilot-instructions:
10+
update-devcontainer-version:
1111
runs-on: ubuntu-22.04
1212
environment: create_pull_request
1313
permissions:
1414
contents: read
15+
packages: read
1516

1617
steps:
1718
- name: Checkout local repository

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,11 +36,12 @@ on:
3636
- cron: '0 6 * * 1'
3737

3838
jobs:
39-
sync-copilot-instructions:
39+
update-devcontainer-version:
4040
runs-on: ubuntu-22.04
4141
environment: create_pull_request
4242
permissions:
4343
contents: read
44+
packages: read
4445

4546
steps:
4647
- name: Update devcontainer version
@@ -71,4 +72,4 @@ Before using the action in a repository, ensure that https://github.com/NHSDigit
7172

7273
- The action is implemented as a composite action in `action.yml`
7374
- It uses pinned action SHAs for its external action dependencies
74-
- The action opens a pull request instead of pushing directly to the base branch
75+
- The action opens a pull request instead of pushing directly to the base branch

0 commit comments

Comments
 (0)