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