diff --git a/.github/workflows/destroy-genai-appstack.yaml b/.github/workflows/destroy-genai-appstack.yaml index 18b977f9f..ea57b622f 100644 --- a/.github/workflows/destroy-genai-appstack.yaml +++ b/.github/workflows/destroy-genai-appstack.yaml @@ -80,3 +80,6 @@ jobs: - name: Terraform Destroy if: github.ref == 'refs/heads/destroy-genai-appstack' && github.event_name == 'push' run: terraform destroy -auto-approve -input=false + env: + TF_VAR_aws_access_key: ${{ secrets.aws_access_key }} + TF_VAR_aws_secret_key: ${{ secrets.aws_secret_key }}