From 361c2c439fc7d0fffcbdb46444c92151ed7ebaed Mon Sep 17 00:00:00 2001 From: Dave Arnold Date: Thu, 17 Apr 2025 16:50:02 -0700 Subject: [PATCH] Add SECRET_NAME environment variable to integration tests workflow --- .github/workflows/integration-tests.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/integration-tests.yml b/.github/workflows/integration-tests.yml index af85378..3aaf716 100644 --- a/.github/workflows/integration-tests.yml +++ b/.github/workflows/integration-tests.yml @@ -33,6 +33,7 @@ jobs: GITHUB_TOKEN: ${{ secrets.GH_TOKEN }} GITHUB_API: "https://api.github.com" # Can be overridden with vars if needed GITHUB_ORG: ${{ github.repository_owner }} + SECRET_NAME: /dev/secret/ssh/dont/tell run: | cd eks_automation python -m pytest tests/ -v -m integration \ No newline at end of file