diff --git a/.github/workflows/modtest-dev.yaml b/.github/workflows/modtest-dev.yaml index b5696b8..9de667c 100644 --- a/.github/workflows/modtest-dev.yaml +++ b/.github/workflows/modtest-dev.yaml @@ -14,7 +14,7 @@ jobs: repo_clone_type: https mod_source: repo/github - github_server: ${{vars.GITHUB_SERVER}} + github_server: ${{vars.GH_SERVER}} github_org: ${{ github.repository_owner }} branch: ${{ github.head_ref }} terraform_version: ${{vars.TERRAFORM_VERSION}} @@ -23,4 +23,4 @@ jobs: secrets: TFE_TOKEN: ${{ secrets.TFE_TOKEN }} - GH_TOKEN: ${{ secrets.GH_TOKEN }} \ No newline at end of file + GH_TOKEN: ${{ secrets.GH_TOKEN }}