We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 73c882b commit 6873cb0Copy full SHA for 6873cb0
1 file changed
.github/workflows/generate-code.yml
@@ -10,7 +10,9 @@ on:
10
jobs:
11
build:
12
runs-on: ubuntu-latest
13
-
+ permissions:
14
+ contents: write
15
+ pull-requests: write
16
steps:
17
- name: Setup
18
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
0 commit comments