From 5460af8171cc006cf5b661a96b488fb4e3586f44 Mon Sep 17 00:00:00 2001 From: Nikolay Vitkov <34244704+Lightning00Blade@users.noreply.github.com> Date: Wed, 24 Apr 2024 17:39:02 +0200 Subject: [PATCH] ci: fix loop provide correct token (#2160) --- .github/workflows/wpt.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/wpt.yml b/.github/workflows/wpt.yml index 94ef41ab42..6ce10acbaf 100644 --- a/.github/workflows/wpt.yml +++ b/.github/workflows/wpt.yml @@ -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