From c3d807cfbe35c1ef3d1a3e406eb485c8e0ecb8f4 Mon Sep 17 00:00:00 2001 From: David Arnold <10138997+djaboxx@users.noreply.github.com> Date: Wed, 4 Sep 2024 12:22:45 -0700 Subject: [PATCH] Add .github/workflows/modtest-github-repos.yaml --- .github/workflows/modtest-github-repos.yaml | 26 --------------------- 1 file changed, 26 deletions(-) delete mode 100644 .github/workflows/modtest-github-repos.yaml diff --git a/.github/workflows/modtest-github-repos.yaml b/.github/workflows/modtest-github-repos.yaml deleted file mode 100644 index 687a808..0000000 --- a/.github/workflows/modtest-github-repos.yaml +++ /dev/null @@ -1,26 +0,0 @@ -name: "ModTest: github-repos" - -on: - pull_request: - workflow_dispatch: - -jobs: - modtest: - uses: HappyPathway/centralized-actions/.github/workflows/modtest.yml@main - with: - workspace: github-repos - workspace_repo: github-repos - workspace_branch: main - repo_clone_type: https - mod_source: repo/github - - github_server: ${{vars.GITHUB_SERVER}} - github_org: ${{ github.repository_owner }} - branch: ${{ github.head_ref }} - terraform_version: ${{vars.TERRAFORM_VERSION}} - terraform_api_token_name: ${{ vars.TERRAFORM_API_TOKEN_NAME }} - terraform_api: ${{vars.TERRAFORM_API}} - - secrets: - TFE_TOKEN: ${{ secrets.TFE_TOKEN }} - GH_TOKEN: ${{ secrets.GH_TOKEN }}