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 66c1b56 commit 58d84feCopy full SHA for 58d84fe
.github/workflows/GenerateAsyncCode.yml
@@ -1,19 +1,18 @@
1
name: Generate Async code
2
3
-on: [pull_request]
+on: [pull_request_target]
4
5
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:
15
- ref: ${{ github.event.pull_request.head.ref }}
16
- repository: ${{ github.event.pull_request.head.repo.full_name }}
+ # with:
+ # ref: ${{ github.event.pull_request.head.ref }}
+ # repository: ${{ github.event.pull_request.head.repo.full_name }}
+ # token: {{ }}
+
17
- name: Setup .NET
18
uses: actions/setup-dotnet@v2
19
with:
0 commit comments