Skip to content

Commit

Permalink
fix action
Browse files Browse the repository at this point in the history
  • Loading branch information
morga471 committed Apr 21, 2025
1 parent 7294c42 commit 6c5e96c
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 104 deletions.
10 changes: 7 additions & 3 deletions .github/workflows/terraform-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,19 @@ on:
branches:
- main
jobs:
terraform-ci-cd:
runs-on: 229685449397
terraform-validate:
runs-on: "229685449397"
permissions:
contents: write

steps:
- name: Checkout code
uses: CSVD/gh-actions-checkout@v4

- name: Setup Terraform
uses: CSVD/gh-actions-setup-terraform@v2
with:
terraform_version: '1.10.5'

- name: Setup GITHUB Credentials
id: github_credentials
uses: CSVD/gh-auth@main
Expand Down
101 changes: 0 additions & 101 deletions .github/workflows/terragrunt-cicd.yml

This file was deleted.

0 comments on commit 6c5e96c

Please sign in to comment.