Skip to content

Commit fa0be5f

Browse files
committed
build: fix permissions of wpt-updater.yml
1 parent 2a74a11 commit fa0be5f

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

.github/workflows/wpt-updater.yml

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,14 @@ jobs:
2424
- name: Open pull request
2525
uses: peter-evans/create-pull-request@284f54f989303d2699d373481a0cfa13ad5a6666 #v5.0.1
2626
with:
27-
token: ${{ env.GITHUB_TOKEN }}
27+
token: ${{ secrets.GH_PAT }}
2828
commit-message: "test: update web platform tests"
2929
branch: "automatic-update-wpt"
3030
title: "Update web platform tests"
31-
body: "This is an automated pull request for updating the WPT"
32-
reviewers: "lemire,anonrig"
31+
body: |
32+
This is an automated pull request for updating the WPT.
33+
- [Web Platform Tests](https://github.com/web-platform-tests/wpt/tree/master/url)
34+
- [Commit History](https://github.com/web-platform-tests/wpt/commits/master/url/resources)
35+
cc @anonrig @lemire
36+
team-reviewers: core
3337
delete-branch: true

0 commit comments

Comments
 (0)