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 f239902 commit b710183Copy full SHA for b710183
.github/workflows/containers.yml
@@ -7,6 +7,9 @@ on:
7
pull_request:
8
branches: [main]
9
10
+permissions:
11
+ contents: read
12
+
13
env:
14
GO_TOOLCHAIN: "1.15"
15
GOPATH: "/opt"
.github/workflows/go.yml
@@ -6,6 +6,9 @@ on:
6
# Minimum supported Go toolchain
ACTION_MINIMUM_TOOLCHAIN: "1.12"
0 commit comments