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.
2 parents c5af25d + 069277f commit 120fc0fCopy full SHA for 120fc0f
.github/workflows/build.yml
@@ -21,6 +21,11 @@ on:
21
branches: [ develop, release/** ]
22
types: [opened, synchronize, reopened, labeled]
23
24
+permissions:
25
+ actions: read # Allows reading workflow run information
26
+ statuses: write # Required if the action updates commit statuses
27
+ checks: write # Required if it updates GitHub Checks API
28
+
29
jobs:
30
build:
31
runs-on: k8s-runner-build
0 commit comments