use tfe_init_legacy for Replicated installs #196
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Create Jira Issue | |
on: | |
issues: | |
types: [opened, closed, deleted, reopened] | |
pull_request_target: | |
types: [opened, closed, reopened] | |
issue_comment: | |
types: [created] | |
jobs: | |
call-workflow: | |
uses: hashicorp/terraform-random-tfe-utility/.github/workflows/create-jira-issue.yml@main | |
with: | |
github-team: Terraform-Enterprise | |
project: TFE | |
secrets: inherit |