Skip to content

Commit

Permalink
fix: add missing (?) token and update actions/checkout
Browse files Browse the repository at this point in the history
  • Loading branch information
doamatto authored Sep 9, 2024
1 parent d0d07ae commit 59065cf
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/browserslist.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- name: Configure git
run: |
# Setup for commiting using built-in token. See https://github.com/actions/checkout#push-a-commit-using-the-built-in-token
Expand All @@ -31,6 +31,7 @@ jobs:
- name: Update Browserslist database and create PR if applies
uses: c2corg/browserslist-update-action@v2
with:
github_token: ${{ github.token }}
commit_message: 'chore: update Browserslist db'
title: 'Update Browserslist database'
body: Auto-generated by `.github/workflows/browserslist.yml` using c2corg/browserslist-update-action
Expand Down

0 comments on commit 59065cf

Please sign in to comment.