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'