From 08bdc3e35e4ba71fa3c790b6f1fc23fd1cbba2bd Mon Sep 17 00:00:00 2001 From: Niels Hofmans <niels@ironpeak.be> Date: Fri, 24 Jun 2022 10:44:56 +0200 Subject: [PATCH] fix: try fix release --- .github/workflows/release.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 43ef15e..da9c943 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -55,6 +55,8 @@ jobs: run: terraform validate -no-color - name: Terraform Apply + env: + GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} run: terraform apply -no-color -input=false -lock=true -auto-approve -input=false - name: set deployment status