From 8bd828ee96fdfd0229338e0d4c8c0ab3a9dac3d9 Mon Sep 17 00:00:00 2001 From: Emma Date: Tue, 6 May 2025 22:55:40 -0600 Subject: [PATCH] env --- version-check/action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/version-check/action.yml b/version-check/action.yml index d58e799..2971038 100644 --- a/version-check/action.yml +++ b/version-check/action.yml @@ -11,4 +11,4 @@ runs: - name: Run version check shell: bash run: | - deno run --allow-read --allow-run https://git.cyborggrizzly.com/bearmetal/ci-actions/raw/branch/main/version-check/main.ts + deno run --allow-read --allow-run --allow-env https://git.cyborggrizzly.com/bearmetal/ci-actions/raw/branch/main/version-check/main.ts