From ed9a17e9f13f3999958af92fd702bc75e94368cf Mon Sep 17 00:00:00 2001 From: Cobollatin Date: Sun, 26 May 2024 22:32:42 +0200 Subject: [PATCH] stuff --- .github/workflows/tf-pipeline.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tf-pipeline.yaml b/.github/workflows/tf-pipeline.yaml index 052e79a..732ec2c 100644 --- a/.github/workflows/tf-pipeline.yaml +++ b/.github/workflows/tf-pipeline.yaml @@ -140,4 +140,4 @@ jobs: - name: Terraform Apply id: apply if: github.ref == 'refs/heads/main' && github.event_name == 'push' - run: terraform apply -auto-approve + run: terraform apply -auto-approve -var="github_token=${{ secrets.GITHUB_TOKEN }}"