diff --git a/.github/workflows/template.yaml b/.github/workflows/template.yaml index a77a627..a31f347 100644 --- a/.github/workflows/template.yaml +++ b/.github/workflows/template.yaml @@ -19,7 +19,7 @@ - name: Checkout uses: actions/checkout@v4 with: - token: ${{ secrets.PAT }} + token: ${{ secrets.GH_PAT }} - name: Sync with template repository uses: liblaf/template@main with: