diff --git a/.github/workflows/post-promote-production.yml b/.github/workflows/crt-post-promote-production.yml similarity index 90% rename from .github/workflows/post-promote-production.yml rename to .github/workflows/crt-post-promote-production.yml index 13c7a1563..e27726a9c 100644 --- a/.github/workflows/post-promote-production.yml +++ b/.github/workflows/crt-post-promote-production.yml @@ -1,10 +1,10 @@ -name: post-promote-production +name: Post Promote Production on: repository_dispatch: types: - - post-promote-production - - post-promote-production::* + - crt-post-promote-production + - crt-post-promote-production::* permissions: actions: write diff --git a/.release/ci.hcl b/.release/ci.hcl index 834a740fd..c476847d5 100644 --- a/.release/ci.hcl +++ b/.release/ci.hcl @@ -94,7 +94,7 @@ event "promote-production" { post-promotion { organization = "hashicorp" repository = "terraform-provider-awscc" - workflow = "post-promote-production.yml" + workflow = "crt-post-promote-production.yml" } }