We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 63d4d53 commit 66c1b56Copy full SHA for 66c1b56
.github/workflows/GenerateAsyncCode.yml
@@ -6,6 +6,9 @@ jobs:
6
generate-async:
7
runs-on: ubuntu-latest
8
9
+ permissions:
10
+ pull-requests: write
11
+
12
steps:
13
- uses: actions/checkout@v3
14
with:
0 commit comments