Skip to content

Commit 58d84fe

Browse files
committed
try this
1 parent 66c1b56 commit 58d84fe

File tree

1 file changed

+6
-7
lines changed

1 file changed

+6
-7
lines changed

.github/workflows/GenerateAsyncCode.yml

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,18 @@
11
name: Generate Async code
22

3-
on: [pull_request]
3+
on: [pull_request_target]
44

55
jobs:
66
generate-async:
77
runs-on: ubuntu-latest
88

9-
permissions:
10-
pull-requests: write
11-
129
steps:
1310
- uses: actions/checkout@v3
14-
with:
15-
ref: ${{ github.event.pull_request.head.ref }}
16-
repository: ${{ github.event.pull_request.head.repo.full_name }}
11+
# with:
12+
# ref: ${{ github.event.pull_request.head.ref }}
13+
# repository: ${{ github.event.pull_request.head.repo.full_name }}
14+
# token: {{ }}
15+
1716
- name: Setup .NET
1817
uses: actions/setup-dotnet@v2
1918
with:

0 commit comments

Comments
 (0)