Skip to content

Commit 7eae1ac

Browse files
Merge pull request #75 from NHSDigital/task/NPT-959_Create_Route53_domains
NPT-959 Ensure Top Level permissions in workflows are not set to writ…
2 parents 9c2c971 + 20c710b commit 7eae1ac

File tree

5 files changed

+10
-0
lines changed

5 files changed

+10
-0
lines changed

.github/workflows/metadata.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
name: Metadata Workflow
22

3+
permissions:
4+
contents: read
35
on:
46
workflow_call:
57
inputs:

.github/workflows/quality-checks.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
name: Code Quality Checks Workflow
22

3+
permissions:
4+
contents: read
35
on:
46
workflow_call:
57
inputs:

.github/workflows/stage-1-commit.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
name: "Commit stage"
22

3+
permissions:
4+
contents: read
35
on:
46
workflow_call:
57
inputs:

.github/workflows/stage-2-test.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
name: "Test stage"
22

3+
permissions:
4+
contents: read
35
on:
46
workflow_call:
57
inputs:

.github/workflows/stage-4-acceptance.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
name: "Acceptance stage"
22

3+
permissions:
4+
contents: read
35
on:
46
workflow_call:
57
inputs:

0 commit comments

Comments
 (0)