Barazo AppView backend barazo.forum

fix(ci): use DEPLOY_PAT in fix-lockfile workflow (#136)

Commits pushed with the default GITHUB_TOKEN don't trigger other
workflows (GitHub's anti-recursion guard). Switch to DEPLOY_PAT so
the lockfile fix commit triggers CI.

authored by

Guido X Jansen and committed by
GitHub
5d386d3d 063f2791

+1 -1
+1 -1
.github/workflows/fix-lockfile.yml
··· 26 26 - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 27 27 with: 28 28 ref: ${{ github.head_ref }} 29 - token: ${{ secrets.GITHUB_TOKEN }} 29 + token: ${{ secrets.DEPLOY_PAT }} 30 30 31 31 - uses: pnpm/action-setup@a7487c7e89a18df4991f7f222e4898a00d66ddda # v4.1.0 32 32