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.*'