From fed163ee29c9c8780b6da4540055ae9cfd0134bb Mon Sep 17 00:00:00 2001 From: Hamothy <58985301+sgoudham@users.noreply.github.com> Date: Sat, 22 Jul 2023 04:42:12 +0100 Subject: [PATCH] ci: use `USERSTYLES_TOKEN` to push https://github.com/stefanzweifel/git-auto-commit-action#push-to-protected-branches --- .github/workflows/generate.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/generate.yml b/.github/workflows/generate.yml index 3272272..d840181 100644 --- a/.github/workflows/generate.yml +++ b/.github/workflows/generate.yml @@ -16,6 +16,7 @@ jobs: steps: - uses: actions/checkout@v3 with: + token: ${{ secrets.USERSTYLES_TOKEN }} ref: ${{ github.ref }} - name: Set up Deno