From 9f6d264f0c1a159d5e939f3869dc38d67e46058c Mon Sep 17 00:00:00 2001 From: Jelloeater Date: Tue, 23 Jul 2024 21:01:00 -0400 Subject: [PATCH] Removed security from GH Actions --- .github/workflows/test.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 417cabc..b2ddb8a 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -14,7 +14,6 @@ jobs: - run: tree - run: sh -c "$(curl --location https://taskfile.dev/install.sh)" -- -d -b /usr/local/bin - run: task setup - - run: task security - uses: nick-fields/retry@v2 with: timeout_minutes: 5