Skip to content

Commit dbf5587

Browse files
committed
pullrequest creation right to configure workflow
1 parent f9c844e commit dbf5587

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/configure_project.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,9 @@ on:
2323
jobs:
2424
configure_project:
2525
runs-on: ubuntu-latest
26+
permissions:
27+
contents: write
28+
pull-requests: write
2629
steps:
2730
- name: Checkout repository
2831
uses: actions/checkout@v4

0 commit comments

Comments
 (0)