Skip to content

Commit

Permalink
update :: tf token
Browse files Browse the repository at this point in the history
  • Loading branch information
Junho-06 committed Dec 21, 2023
1 parent 32aebe8 commit b8363c1
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/pluralith.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,10 @@ jobs:
- name: Check out repository
uses: actions/checkout@v2

- name: Set Terraform Cloud Token
run: |
echo "TF_TOKEN_app_terraform_io=${{ secrets.TF_TOKEN }}" >> $GITHUB_ENV
# Set up AWS credentials (using the aws-actions/configure-aws-credentials action)
- name: Configure AWS Credentials
uses: aws-actions/configure-aws-credentials@v1
Expand Down

0 comments on commit b8363c1

Please sign in to comment.