diff --git a/.github/workflows/tf_cloud_aws.yml b/.github/workflows/tf_cloud_aws.yml index c5dd7aa..9b90c3a 100644 --- a/.github/workflows/tf_cloud_aws.yml +++ b/.github/workflows/tf_cloud_aws.yml @@ -16,6 +16,7 @@ on: env: tfcode_path: tfcloud_samples/amazon_ec2 + tfc_organisation: gsaravanan-tf jobs: aws_tfc_job: @@ -58,6 +59,8 @@ jobs: uses: hashicorp/tfc-workflows-github/actions/plan-output@v1.3.0 id: plan-output with: + token: ${{ secrets.TF_API_TOKEN }} + organization: ${{ env.tfc_organisation }} plan: ${{ steps.tfplan.outputs.plan_id }} - name: Reference Plan Output