Skip to content

Commit

Permalink
Merge pull request #1505 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 77e0ac8 + d117bba commit b9b16f6
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,11 @@ 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 b9b16f6

Please sign in to comment.