We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 30a56f2 commit e082f6fCopy full SHA for e082f6f
1 file changed
.github/workflows/pr-validation.yml
@@ -6,6 +6,9 @@ on:
6
push:
7
branches: [main]
8
9
+permissions:
10
+ contents: read
11
+
12
env:
13
# Consistent image tag for CI
14
IMAGE_TAG: ci-${{ github.sha }}
0 commit comments