Skip to content

Commit

Permalink
[Patch] Add pr write permission for github workflow
Browse files Browse the repository at this point in the history
Signed-off-by: Kent Huang <kent@infuseai.io>
  • Loading branch information
kentwelcome committed Mar 28, 2024
1 parent b9ff462 commit fdd75a4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/dbt_base.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ jobs:
build:
name: DBT Runner
runs-on: ubuntu-latest
permissions:
pull-requests: write

steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit fdd75a4

Please sign in to comment.