Skip to content

Commit 8e77b19

Browse files
committed
Revert "fix: use PR_TOKEN for create-pull-request fork collab permission (#216)"
This reverts commit 84e8d4e. Revert "fix: replace fish9167/create-pull-request@v3 to resolve token permission error in autogen-code job (#215)" This reverts commit f2b9936.
1 parent 84e8d4e commit 8e77b19

1 file changed

Lines changed: 1 addition & 4 deletions

File tree

.github/workflows/native-bindings.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,6 @@ jobs:
1111
matrix:
1212
node-version: [18.x]
1313
runs-on: ubuntu-latest
14-
permissions:
15-
contents: write
16-
pull-requests: write
1714
steps:
1815
- uses: actions/checkout@v4
1916
- name: Install CMake & Clang Tidy
@@ -58,7 +55,7 @@ jobs:
5855
node ./cmake/scripts/engine-version.js
5956
6057
- name: Create Pull Request
61-
uses: peter-evans/create-pull-request@v6
58+
uses: fish9167/create-pull-request@v3
6259
if: github.event_name == 'pull_request_target' && github.event.action == 'closed' && github.event.pull_request.merged == true
6360
with:
6461
title: '[ci skip][AUTO]: Automated PR to generate code'

0 commit comments

Comments
 (0)