From 0e02860574238001b4ebde2412ee05c2fa58f9da Mon Sep 17 00:00:00 2001 From: "stepsecurity-app[bot]" <188008098+stepsecurity-app[bot]@users.noreply.github.com> Date: Sun, 7 Dec 2025 22:25:29 +0000 Subject: [PATCH] [StepSecurity] Apply security best practices Signed-off-by: StepSecurity Bot --- .github/workflows/auth.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/auth.yaml b/.github/workflows/auth.yaml index 99f054c..0ff2c71 100644 --- a/.github/workflows/auth.yaml +++ b/.github/workflows/auth.yaml @@ -8,6 +8,8 @@ on: branches: - 'main' +permissions: {} + jobs: test: name: Test with auth