Skip to content

Commit 62f4351

Browse files
authored
Merge pull request #467 from NHSDigital/bug/te-permissions-fix
(ELI-466) bug fix
2 parents 359fed8 + f2fb96e commit 62f4351

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/cicd-4-preprod-deploy.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,8 @@ on:
2323
default: "To roll back to a previous commit"
2424

2525
permissions:
26-
contents: read
26+
contents: write
27+
id-token: write
2728
actions: read
2829

2930
jobs:

0 commit comments

Comments
 (0)