Skip to content

Commit e082f6f

Browse files
authored
fix: add missing permissions to PR validation workflow (#6)
Signed-off-by: Simon Davies <[email protected]>
1 parent 30a56f2 commit e082f6f

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/pr-validation.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@ on:
66
push:
77
branches: [main]
88

9+
permissions:
10+
contents: read
11+
912
env:
1013
# Consistent image tag for CI
1114
IMAGE_TAG: ci-${{ github.sha }}

0 commit comments

Comments
 (0)