From d3543d1a3ab22f0d02ac12dd3baa0efbdb25773a Mon Sep 17 00:00:00 2001 From: Stone_Red <56473591+Stone-Red-Code@users.noreply.github.com> Date: Fri, 6 Mar 2026 01:36:03 +0100 Subject: [PATCH] Change token from GITHUB_TOKEN to GH_TOKEN --- .github/workflows/readme-cards.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/readme-cards.yml b/.github/workflows/readme-cards.yml index 8a493e2..2ad626f 100644 --- a/.github/workflows/readme-cards.yml +++ b/.github/workflows/readme-cards.yml @@ -17,7 +17,7 @@ jobs: card: stats options: username=${{ github.repository_owner }}&show_icons=true path: profile/stats.svg - token: ${{ secrets.GITHUB_TOKEN }} + token: ${{ secrets.GH_TOKEN }} - name: Commit cards run: |