Skip to content

Commit

Permalink
ci: fix loop provide correct token (#2160)
Browse files Browse the repository at this point in the history
  • Loading branch information
Lightning00Blade authored Apr 24, 2024
1 parent fabe95d commit 5460af8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/wpt.yml
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ jobs:
path: wpt-metadata/mapper/headless
- run: gh pr edit "$NUMBER" --remove-label "puppeteer"
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GH_TOKEN: ${{ secrets.BROWSER_AUTOMATION_BOT_TOKEN }}
GH_REPO: ${{ github.repository }}
NUMBER: ${{ github.event.pull_request.number }}
- name: Auto-commit WPT expectations
Expand Down

0 comments on commit 5460af8

Please sign in to comment.