Skip to content

Commit

Permalink
update ci.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
AyodeAwe committed Dec 5, 2024
1 parent 22e97b5 commit 8295b54
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -73,11 +73,7 @@ jobs:
- name: Terraform Plan
id: plan
working-directory: terraform
run: |
terraform plan -out=tfplan
terraform show -no-color tfplan > plan.txt
PLAN_ENCODED=$(base64 -w 0 plan.txt)
echo "PLAN_ENCODED=$PLAN_ENCODED" >> $GITHUB_ENV
run: terraform plan -out=tfplan
env:
TF_VAR_app_id: ${{ secrets.APP_ID }}
TF_VAR_webhook_secret: ${{ secrets.WEBHOOK_SECRET }}
Expand Down

0 comments on commit 8295b54

Please sign in to comment.