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 77e0ac8 commit d117bbaCopy full SHA for d117bba
.github/workflows/build.yml
@@ -21,6 +21,11 @@ on:
21
branches: [ develop, release/** ]
22
types: [opened, synchronize, reopened, labeled]
23
24
+permissions:
25
+ contents: write # Allows writing to the repository (default is read-only)
26
+ packages: read # Allows reading GitHub Packages
27
+ actions: read # Allows reading workflow run information
28
+
29
jobs:
30
build:
31
runs-on: k8s-runner-build
0 commit comments