From 2e6fbb10cdd000c28ad7a6cf4377dc85d8edd328 Mon Sep 17 00:00:00 2001 From: winston Date: Tue, 25 Jul 2023 02:46:01 +0200 Subject: [PATCH] ci(prettier): add push token --- .github/workflows/format.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/format.yml b/.github/workflows/format.yml index 415ae4b..1587d17 100644 --- a/.github/workflows/format.yml +++ b/.github/workflows/format.yml @@ -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 }}