From dae29044e8ab04019a87ebfda0a19b1a098a532c Mon Sep 17 00:00:00 2001 From: Eric Date: Tue, 3 Feb 2026 18:22:17 -0600 Subject: [PATCH 1/2] update gh action token in checkout action --- .github/workflows/sync-icons.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/sync-icons.yml b/.github/workflows/sync-icons.yml index c4e1786f9..a9d693ee4 100644 --- a/.github/workflows/sync-icons.yml +++ b/.github/workflows/sync-icons.yml @@ -24,6 +24,7 @@ jobs: uses: actions/checkout@v6 with: fetch-depth: 0 + token: ${{ env.CUSTOM_GITHUB_TOKEN }} - name: Setup PNPM uses: pnpm/action-setup@v4 From 6265a67982ffcef824b631359e6037be6644c23a Mon Sep 17 00:00:00 2001 From: Eric Date: Tue, 3 Feb 2026 18:28:05 -0600 Subject: [PATCH 2/2] update action --- .github/workflows/sync-icons.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/sync-icons.yml b/.github/workflows/sync-icons.yml index a9d693ee4..c36ee1495 100644 --- a/.github/workflows/sync-icons.yml +++ b/.github/workflows/sync-icons.yml @@ -25,6 +25,7 @@ jobs: with: fetch-depth: 0 token: ${{ env.CUSTOM_GITHUB_TOKEN }} + persist-credentials: false - name: Setup PNPM uses: pnpm/action-setup@v4