Skip to content

Commit

Permalink
Update .github/workflows/modtest-dev.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
David Arnold committed Sep 4, 2024
1 parent bc46036 commit c74b36b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/modtest-dev.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ jobs:
workspace: dev
workspace_repo: github-repos
workspace_branch: main
branch: ${{ github.head_ref }}
repo_clone_type: https
mod_source: repo/github

Expand All @@ -23,4 +24,4 @@ jobs:

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

0 comments on commit c74b36b

Please sign in to comment.