From aff9ce2c7f174ef0428ca62cce2a5be83ce7cbcc Mon Sep 17 00:00:00 2001 From: jth-nw Date: Thu, 19 Mar 2026 17:40:30 -0500 Subject: [PATCH] fix: rename PAT_TOKEN to VALE_TOKEN in vale-autofix workflow Co-Authored-By: Claude Opus 4.6 (1M context) --- .github/workflows/vale-autofix.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/vale-autofix.yml b/.github/workflows/vale-autofix.yml index b20534ade1..e2dd93a0ff 100644 --- a/.github/workflows/vale-autofix.yml +++ b/.github/workflows/vale-autofix.yml @@ -26,7 +26,7 @@ jobs: uses: actions/checkout@v4 with: ref: ${{ github.event.pull_request.head.ref }} - token: ${{ secrets.PAT_TOKEN }} + token: ${{ secrets.VALE_TOKEN }} fetch-depth: 0 - name: Configure git identity