From 436e3c353e3c084d3a5d1d9daa930430e72ce62c Mon Sep 17 00:00:00 2001 From: Chris Titus Date: Wed, 18 Feb 2026 11:10:57 -0600 Subject: [PATCH] persist creds --- .github/workflows/sponsors.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/sponsors.yaml b/.github/workflows/sponsors.yaml index fe300498..05dc996b 100644 --- a/.github/workflows/sponsors.yaml +++ b/.github/workflows/sponsors.yaml @@ -13,6 +13,8 @@ jobs: steps: - name: Checkout 🛎️ uses: actions/checkout@v6 + with: + persist-credentials: false - name: Generate Sponsors 💖 uses: JamesIves/github-sponsors-readme-action@v1