Skip to content

Commit b9b16f6

Browse files
Merge pull request #1505 from data-integrations/build-fix
override permissions at workflow level
2 parents 77e0ac8 + d117bba commit b9b16f6

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/build.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,11 @@ on:
2121
branches: [ develop, release/** ]
2222
types: [opened, synchronize, reopened, labeled]
2323

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+
2429
jobs:
2530
build:
2631
runs-on: k8s-runner-build

0 commit comments

Comments
 (0)