Skip to content

Commit a8c4a25

Browse files
Merge pull request #62223 from jmguzik/action3
changes in gh action
2 parents 197e6e9 + b2a6bc9 commit a8c4a25

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/auto-merge-dispatcher-prs.yaml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
name: Auto Merge dispatcher PR
22

3-
permissions:
4-
pull-requests: write
3+
permissions: write-all
54

65
on:
76
pull_request:
@@ -15,7 +14,6 @@ jobs:
1514
- name: Merge PR
1615
uses: actions/github-script@v6
1716
with:
18-
token: ${{ secrets.MERGE_TOKEN }}
1917
script: |
2018
const prNumber = context.payload.pull_request.number;
2119
console.log(`Attempting to merge PR #${prNumber}...`);

0 commit comments

Comments
 (0)