We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f9c844e commit dbf5587Copy full SHA for dbf5587
1 file changed
.github/workflows/configure_project.yml
@@ -23,6 +23,9 @@ on:
23
jobs:
24
configure_project:
25
runs-on: ubuntu-latest
26
+ permissions:
27
+ contents: write
28
+ pull-requests: write
29
steps:
30
- name: Checkout repository
31
uses: actions/checkout@v4
0 commit comments