Skip to content

Commit

Permalink
Test
Browse files Browse the repository at this point in the history
  • Loading branch information
sukeshreddyg committed Jan 17, 2025
1 parent 16e036b commit 9bc8b57
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/reusable_terraform_plan_apply.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,9 +58,9 @@ jobs:

- name: set env variables
run: |
echo "github_token=$TERRAFORM_GITHUB_TOKEN" >> $GITHUB_ENV
echo "pagerduty_token=$PAGERDUTY_TOKEN" >> $GITHUB_ENV
echo "pagerduty_user_token=$PAGERDUTY_USERAPI_TOKEN" >> $GITHUB_ENV
echo "TF_VAR_github_token=$TERRAFORM_GITHUB_TOKEN" >> $GITHUB_ENV
echo "TF_VAR_pagerduty_token=$PAGERDUTY_TOKEN" >> $GITHUB_ENV
echo "TF_VAR_pagerduty_user_token=$PAGERDUTY_USERAPI_TOKEN" >> $GITHUB_ENV
- name: Set up variables
id: vars
Expand Down

0 comments on commit 9bc8b57

Please sign in to comment.