From 7e8b5003aa73b0ff20d01746763ef5c2dccc8b1b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Wilfredo=20Sa=CC=81nchez?= Date: Sat, 20 Apr 2024 10:10:29 -0700 Subject: [PATCH] Switch to audit mode; we're killing the deploy step --- .github/workflows/cicd.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/cicd.yml b/.github/workflows/cicd.yml index d059b30fe..36d9192f8 100644 --- a/.github/workflows/cicd.yml +++ b/.github/workflows/cicd.yml @@ -452,7 +452,7 @@ jobs: - name: Harden CI uses: step-security/harden-runner@v2.7.0 with: - egress-policy: block + egress-policy: audit - name: Checkout source code uses: actions/checkout@v4