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