From 95d48e2c57dd38f0d4099d1b70cc46f2d51a4801 Mon Sep 17 00:00:00 2001 From: Meghann Cunningham Date: Fri, 15 Mar 2024 20:00:49 +0000 Subject: [PATCH] testing env vars --- .github/workflows/ci.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 21a4b4f..25e7d07 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -14,7 +14,9 @@ on: version: required: false type: string - secrets: ${{ toJson(secrets) }} + secrets: + env_vars: + required: false jobs: