diff --git a/.github/workflows/sync-icons.yml b/.github/workflows/sync-icons.yml index c4e1786f9..c36ee1495 100644 --- a/.github/workflows/sync-icons.yml +++ b/.github/workflows/sync-icons.yml @@ -24,6 +24,8 @@ jobs: uses: actions/checkout@v6 with: fetch-depth: 0 + token: ${{ env.CUSTOM_GITHUB_TOKEN }} + persist-credentials: false - name: Setup PNPM uses: pnpm/action-setup@v4