Skip to content

Commit

Permalink
Merge pull request #1506 from data-integrations/build-fix
Browse files Browse the repository at this point in the history
override permissions at workflow level
  • Loading branch information
itsankit-google authored Jan 30, 2025
2 parents b9b16f6 + ded121b commit a33b65f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/build-report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,11 @@ on:
types:
- completed

permissions:
contents: write # Allows writing to the repository (default is read-only)
packages: read # Allows reading GitHub Packages
actions: read # Allows reading workflow run information

jobs:
build:
runs-on: ubuntu-latest
Expand Down
5 changes: 0 additions & 5 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,6 @@ on:
branches: [ develop, release/** ]
types: [opened, synchronize, reopened, labeled]

permissions:
contents: write # Allows writing to the repository (default is read-only)
packages: read # Allows reading GitHub Packages
actions: read # Allows reading workflow run information

jobs:
build:
runs-on: k8s-runner-build
Expand Down

0 comments on commit a33b65f

Please sign in to comment.