# 3. Reference the GitHub secret in step using the `hashicorp/setup-terraform` GitHub Action. # Example: # – name: Setup Terraform # uses: hashicorp/setup-terraform@v1 # with: # cli_config_credentials_token: ${{ secrets.TF_API_TOKEN }} name: ‘Terraform’ on: push: branches: [ “main” ] Continue reading “GitHub Action”