diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ec66eda..21d23a0 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -34,7 +34,7 @@ jobs: run: terraform init -reconfigure env: TF_CLOUD_ORGANIZATION: ${{ env.TF_CLOUD_ORGANIZATION }} - TF_API_TOKEN: ${{ env.TF_API_TOKEN }} + TF_API_TOKEN: ${{ secrets.TF_API_TOKEN }} TF_WORKSPACE: ${{ env.TF_WORKSPACE }} - name: Create Plan Run