ci(prettier): add push token

This commit is contained in:
winston 2023-07-25 02:46:01 +02:00
parent 79d77568ad
commit 2e6fbb10cd
No known key found for this signature in database
GPG Key ID: 3786770EDBC2B481

View File

@ -12,6 +12,7 @@ jobs:
steps:
- uses: actions/checkout@v3
with:
token: ${{ secrets.USERSTYLES_TOKEN }}
# Make sure the actual branch is checked out when running on pull requests
ref: ${{ github.head_ref }}