Skip to content

Commit

Permalink
specify TelegramBotApiKey in tf-plan-apply.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
artemious7 authored Oct 9, 2024
1 parent 67f410e commit 3f49754
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tf-plan-apply.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:
id: tf-plan
run: |
export exitcode=0
terraform -chdir=infra plan -detailed-exitcode -no-color -out tfplan || export exitcode=$?
terraform -chdir=infra plan -var="TelegramBotApiKey={{ secrets.TELEGRAM_BOT_API_KEY }}" -detailed-exitcode -no-color -out tfplan || export exitcode=$?
echo "exitcode=$exitcode" >> $GITHUB_OUTPUT
Expand Down

0 comments on commit 3f49754

Please sign in to comment.