From 9116755a9c8a0d879af26ede1a9a996e162bbdb5 Mon Sep 17 00:00:00 2001 From: Mike Baum Date: Tue, 7 Feb 2023 14:00:51 -0500 Subject: [PATCH] [QT-400] Update ci boundary-enterprise hc-service-uri to include the schedule workflow trigger (#2925) --- enos/ci/service-user-iam/github-actions-doormat.tf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/enos/ci/service-user-iam/github-actions-doormat.tf b/enos/ci/service-user-iam/github-actions-doormat.tf index 982545baa5..29dbaeda8e 100644 --- a/enos/ci/service-user-iam/github-actions-doormat.tf +++ b/enos/ci/service-user-iam/github-actions-doormat.tf @@ -6,8 +6,8 @@ locals { // "Github Actions Doormat repositories and qualifiers" // see: https://docs.prod.secops.hashicorp.services/doormat/gha/ github_actions_doormat_rwqs = { - boundary-enterprise = "github.com/hashicorp/boundary-enterprise@event_name=workflow_dispatch+push:ref=refs/heads/main+refs/heads/release/0.8.x+refs/heads/release/0.10.x+refs/heads/release/0.11.x///event_name=pull_request:base_ref=main+release/0.8.x+release/0.10.x+release/0.11.x", - boundary-hcp = "github.com/hashicorp/boundary-hcp@event_name=workflow_dispatch+push:ref=refs/heads/main+refs/heads/release/0.8.x+refs/heads/release/0.10.x+refs/heads/release/0.11.x///event_name=pull_request:base_ref=main+release/0.8.x+release/0.10.x+release/0.11.x", + boundary-enterprise = "github.com/hashicorp/boundary-enterprise@event_name=schedule///event_name=workflow_dispatch+push:ref=refs/heads/main+refs/heads/release/0.8.x+refs/heads/release/0.10.x+refs/heads/release/0.11.x///event_name=pull_request:base_ref=main+release/0.8.x+release/0.10.x+release/0.11.x", + boundary-hcp = "github.com/hashicorp/boundary-hcp@event_name=schedule///event_name=workflow_dispatch+push:ref=refs/heads/main+refs/heads/release/0.8.x+refs/heads/release/0.10.x+refs/heads/release/0.11.x///event_name=pull_request:base_ref=main+release/0.8.x+release/0.10.x+release/0.11.x", } github_actions_doormat_assume_policy_name = "AssumeServiceUserPolicy" boundary_gha_iam_role_name = "${var.repository}-GHA-ci"