From 56c4865af607c3f6ed1d8f1af32b25ee1f0c0064 Mon Sep 17 00:00:00 2001 From: Rafael Audibert <32079912+rafaeelaudibert@users.noreply.github.com> Date: Thu, 5 Dec 2024 16:12:01 -0300 Subject: [PATCH] fix: Pass `github_token` to the `browserslist` action (#26691) --- .github/workflows/browserslist-update.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/browserslist-update.yml b/.github/workflows/browserslist-update.yml index e7282d624a5fd..84b0dcf6db785 100644 --- a/.github/workflows/browserslist-update.yml +++ b/.github/workflows/browserslist-update.yml @@ -25,6 +25,7 @@ jobs: - name: Update Browserslist database and create PR if applies uses: c2corg/browserslist-update-action@v2 with: + github_token: ${{ secrets.GITHUB_TOKEN }} base_branch: master commit_message: 'build: update Browserslist db' title: 'build: update Browserslist db'