From fe586bba2fdad1edd658a153e8716d58ac371ac1 Mon Sep 17 00:00:00 2001 From: Dilum Aluthge Date: Sat, 14 Oct 2023 12:38:04 -0400 Subject: [PATCH] Apply suggestions from code review --- .github/workflows/SpellCheck.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/SpellCheck.yml b/.github/workflows/SpellCheck.yml index e5610862bf1e5..70d14f0c4dbe1 100644 --- a/.github/workflows/SpellCheck.yml +++ b/.github/workflows/SpellCheck.yml @@ -11,5 +11,7 @@ jobs: steps: - name: Checkout Actions Repository uses: actions/checkout@v4 + with: + persist-credentials: false - name: Check spelling uses: crate-ci/typos@master