Skip to content

Commit fdd75a4

Browse files
committed
[Patch] Add pr write permission for github workflow
Signed-off-by: Kent Huang <[email protected]>
1 parent b9ff462 commit fdd75a4

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/dbt_base.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@ jobs:
99
build:
1010
name: DBT Runner
1111
runs-on: ubuntu-latest
12+
permissions:
13+
pull-requests: write
1214

1315
steps:
1416
- uses: actions/checkout@v3

0 commit comments

Comments
 (0)