Skip to content

Commit 249abaf

Browse files
committed
fix workflow
1 parent 5eb8d4f commit 249abaf

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/develop.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,8 @@ jobs:
1010
build:
1111
runs-on: ubuntu-latest
1212
permissions:
13-
contents: read
13+
contents: write
14+
pull-requests: write
1415
steps:
1516
- uses: actions/checkout@v4
1617

0 commit comments

Comments
 (0)