Skip to content

Commit a33b65f

Browse files
Merge pull request #1506 from data-integrations/build-fix
override permissions at workflow level
2 parents b9b16f6 + ded121b commit a33b65f

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/build-report.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,11 @@ on:
2121
types:
2222
- completed
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: ubuntu-latest

.github/workflows/build.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -21,11 +21,6 @@ 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-
2924
jobs:
3025
build:
3126
runs-on: k8s-runner-build

0 commit comments

Comments
 (0)