From 760217a2494a29ce3b46608397018578b61c4b1e Mon Sep 17 00:00:00 2001 From: trick77 Date: Mon, 26 Jan 2026 08:25:01 +0100 Subject: [PATCH] Rename PAT --- .github/workflows/sync-from-upstream.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/sync-from-upstream.yaml b/.github/workflows/sync-from-upstream.yaml index 641f99d0f..85383cf2b 100644 --- a/.github/workflows/sync-from-upstream.yaml +++ b/.github/workflows/sync-from-upstream.yaml @@ -20,11 +20,11 @@ jobs: - uses: actions/checkout@v5 with: fetch-depth: 0 - token: ${{ secrets.UPDATE_FROM_TEMPLATE_PAT }} + token: ${{ secrets.UPSTREAM_SYNC_PAT }} - name: Check and sync upstream release env: - GH_TOKEN: ${{ secrets.UPDATE_FROM_TEMPLATE_PAT }} + GH_TOKEN: ${{ secrets.UPSTREAM_SYNC_PAT }} run: | LATEST=$(gh api repos/google/google-java-format/releases/latest --jq '.tag_name') @@ -52,7 +52,7 @@ jobs: steps: - uses: actions/checkout@v5 with: - token: ${{ secrets.UPDATE_FROM_TEMPLATE_PAT }} + token: ${{ secrets.UPSTREAM_SYNC_PAT }} - name: Create tag run: |