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 }}