From ac48d87327bdabfbce3d3b88deaed13e5d0e8543 Mon Sep 17 00:00:00 2001 From: twelsh-aw <84401379+twelsh-aw@users.noreply.github.com> Date: Thu, 22 Aug 2024 14:02:14 -0400 Subject: [PATCH] inherit secrets re-usable workflow things --- .github/workflows/ci.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 8a6aa44..2c5cea7 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -29,5 +29,6 @@ jobs: if: ${{ github.event_name == 'pull_request' }} name: Acceptance Tests uses: ./.github/workflows/acctest.yaml + secrets: inherit with: terraform-version: '1.9.*'