Skip to content

Commit 4037bb7

Browse files
committed
[NDR-319] Format & limit permissions
1 parent c734c62 commit 4037bb7

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,4 +30,4 @@ Tasks for all changes:
3030
- [ ] 5. I have considered the cross-team impact (and have PR approval from both Core & Demographics if necessary).
3131
- [ ] 6. I have successfully deployed this change to a sandbox and witnessed it build:
3232
- [ ] 6a. [`Deploy - Sandbox`](https://github.com/NHSDigital/national-document-repository-infrastructure/actions/workflows/deploy-sandbox.yml) - [workflow run: TBC](https://github.com/NHSDigital/national-document-repository-infrastructure/actions/runs/XXX)
33-
- [ ] 7. I have checked the Terraform Plan from this PR against `ndr-dev`.
33+
- [ ] 7. I have checked the Terraform Plan from this PR against `ndr-dev`.

.github/workflows/automated-pr-validator.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -124,6 +124,8 @@ jobs:
124124
checklist_validator:
125125
name: Checklist Validation
126126
runs-on: ubuntu-latest
127+
permissions:
128+
contents: read
127129
steps:
128130
- name: Checkout repository
129131
uses: actions/checkout@v5

0 commit comments

Comments
 (0)