Skip to content

Commit

Permalink
Create modtest.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
David Arnold authored and GitHub committed Aug 28, 2024
1 parent 5eaba81 commit b8d3857
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions .github/workflows/modtest.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
name: "ModTest"

on:
workflow_dispatch:
pull_request:
push:
branches:
- prod

jobs:
modtest:
uses: HappyPathway/centralized-actions/.github/workflows/modtest.yml@main
with:
workspace: github-repos
github_server: github.com
github_org: HappyPathway
mod_source: repo/github
branch: ${{ github.head_ref }}
terraform_version: 1.9.1
secrets:
TFE_TOKEN: ${{ secrets.TFE_TOKEN }}
GH_TOKEN: ${{ secrets.GH_TOKEN }}

0 comments on commit b8d3857

Please sign in to comment.