diff --git a/.github/workflows/template.yaml b/.github/workflows/template.yaml index 3fd5497..a77a627 100644 --- a/.github/workflows/template.yaml +++ b/.github/workflows/template.yaml @@ -6,7 +6,6 @@ workflow_dispatch: permissions: - actions: write contents: write concurrency: @@ -19,6 +18,8 @@ steps: - name: Checkout uses: actions/checkout@v4 + with: + token: ${{ secrets.PAT }} - name: Sync with template repository uses: liblaf/template@main with: