We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7c96cfd commit 35947e6Copy full SHA for 35947e6
.github/workflows/build-image-test.yaml
@@ -5,7 +5,8 @@ name: Build Dockerfile if changed and run smoke tests
5
on:
6
pull_request:
7
8
-permissions: {}
+permissions:
9
+ contents: read
10
11
env:
12
IMAGE_TAG: pr-test
0 commit comments