Skip to content

Commit

Permalink
Update terraform-release.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
arnol377 committed Apr 2, 2025
1 parent 9140759 commit c78e69d
Showing 1 changed file with 1 addition and 10 deletions.
11 changes: 1 addition & 10 deletions .github/workflows/terraform-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,17 +37,8 @@ jobs:
# Test GitHub CLI auth status
gh auth status || echo "GitHub CLI authentication failed"
- name: AWS Auth
id: aws_auth
uses: CSVD/aws-auth@main
with:
ecs: true

- name: run terraform init
run: terraform init
- name: Run Terraform Module Release Action
- name: Run Release Action
uses: CSVD/terraform-module-release@main
with:
github-token: ${{ steps.github_credentials.outputs.github_token }}
Expand Down

0 comments on commit c78e69d

Please sign in to comment.