Skip to content

Commit

Permalink
Remove GitHub CLI setup step from Terraform test workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Dave Arnold committed Mar 22, 2025
1 parent ac20664 commit 50d791d
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/terraform-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,12 +27,6 @@ jobs:
with:
fetch-depth: 0

- name: Setup GitHub CLI
run: |
# GitHub CLI is pre-installed on GitHub Actions runners
# Authenticate GitHub CLI with the provided token
echo "${{ secrets.GH_TOKEN }}" | gh auth login --with-token
- name: Setup Terraform
uses: hashicorp/setup-terraform@v3
with:
Expand Down

0 comments on commit 50d791d

Please sign in to comment.