Skip to content

Commit

Permalink
fix: Pass github_token to the browserslist action (#26691)
Browse files Browse the repository at this point in the history
  • Loading branch information
rafaeelaudibert authored Dec 5, 2024
1 parent 1930a7e commit 56c4865
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/browserslist-update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down

0 comments on commit 56c4865

Please sign in to comment.