Skip to content

Commit

Permalink
Update modtest-dev.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
David Arnold authored and GitHub committed Sep 4, 2024
1 parent 89b25ab commit bc46036
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/modtest-dev.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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}}
Expand All @@ -23,4 +23,4 @@ jobs:

secrets:
TFE_TOKEN: ${{ secrets.TFE_TOKEN }}
GH_TOKEN: ${{ secrets.GH_TOKEN }}
GH_TOKEN: ${{ secrets.GH_TOKEN }}

0 comments on commit bc46036

Please sign in to comment.