No description
Find a file
Jeanne Franco 10e76bf972
Merge pull request #8 from hashicorp/compliance/update-headers
[IND-4227] [COMPLIANCE] Update Copyright Headers
2026-01-05 15:35:08 -08:00
.github [Compliance] - PR Template Changes Required (#7) 2025-09-16 15:15:55 -07:00
META.d [COMPLIANCE] Update Copyright and License Headers 2025-12-09 10:01:42 +00:00
scripts [COMPLIANCE] Update Copyright and License Headers 2025-12-09 10:01:42 +00:00
action.yml [COMPLIANCE] Update Copyright and License Headers 2025-12-09 10:01:42 +00:00
CHANGELOG.md update readme 2022-03-23 13:01:22 +00:00
CODEOWNERS Add repo metadata (#6) 2025-08-15 16:40:17 -07:00
LICENSE [COMPLIANCE] Update Copyright and License Headers 2025-12-09 10:01:42 +00:00
README.md Initial commit 2022-03-23 12:58:55 +00:00

actions-hc-releases-promote

GitHub Action for promoting metadata and artifacts using hc-releases

Usage

Params

Parameter Description Required Default Type
product-name Product name Yes - string
version Product version Yes - string
hc-releases-host hc releases host Yes - string
hc-releases-key hc releases api key Yes - string
hc-releases-source_env_key hc releases source env key Yes - string
source-env source env No 'staging' string

Example Usage

	-
	name: Promote
	uses: hashicorp/actions-hc-releases-promote@v1
	with:
		product-name: "terraform-ls"
		version: "${{ github.ref_name }}"
		hc-releases-host: "${{ secrets.HC_RELEASES_HOST_PROD }}"
		hc-releases-key: "${{ secrets.HC_RELEASES_KEY_PROD }}"
		hc-releases-source_env_key: "${{ secrets.HC_RELEASES_KEY_STAGING }}"