From 10c303e609a6769c565de9cc7ec288b7afdefb6c Mon Sep 17 00:00:00 2001 From: ECC Test Date: Tue, 9 Jun 2026 21:03:22 -0400 Subject: [PATCH] ci: harden release announce checkout --- .github/workflows/release-announce.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/release-announce.yml b/.github/workflows/release-announce.yml index 1f0e217d..676ae0f3 100644 --- a/.github/workflows/release-announce.yml +++ b/.github/workflows/release-announce.yml @@ -14,6 +14,8 @@ jobs: steps: - name: Checkout uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 + with: + persist-credentials: false - name: Announce release to Discord + Discussions run: node scripts/discord/release-announce.mjs env: