diff --git a/.github/workflows/terraform-release.yaml b/terraform-release.yaml similarity index 93% rename from .github/workflows/terraform-release.yaml rename to terraform-release.yaml index c20c238..3f67574 100644 --- a/.github/workflows/terraform-release.yaml +++ b/terraform-release.yaml @@ -1,4 +1,4 @@ -name: Terraform CI/CD +name: Terraform Module Release on: workflow_dispatch: pull_request: @@ -6,15 +6,15 @@ on: branches: - main jobs: - terraform-ci-cd: - runs-on: 229685449397 + terraform-release: + runs-on: "229685449397" permissions: contents: write steps: - name: Checkout code uses: CSVD/gh-actions-checkout@v4 - + - name: Setup GITHUB Credentials id: github_credentials uses: CSVD/gh-auth@main @@ -32,7 +32,7 @@ jobs: # Test GitHub CLI auth status gh auth status || echo "GitHub CLI authentication failed" - + - name: Run Release Action uses: CSVD/releaser@main with: diff --git a/.github/workflows/terraform-validate.yaml b/terraform-validate.yaml similarity index 100% rename from .github/workflows/terraform-validate.yaml rename to terraform-validate.yaml