From 3d48a959375b5ee9909ebc3b7f80a3fecdaed933 Mon Sep 17 00:00:00 2001 From: Michael Henderson Date: Tue, 14 Jun 2022 10:37:37 -0700 Subject: [PATCH 1/3] add folder to release_dir --- .github/workflows/keyfactor-starter-workflow.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/keyfactor-starter-workflow.yml b/.github/workflows/keyfactor-starter-workflow.yml index 80c58b2..4c2d327 100644 --- a/.github/workflows/keyfactor-starter-workflow.yml +++ b/.github/workflows/keyfactor-starter-workflow.yml @@ -11,7 +11,7 @@ jobs: with: release_version: ${{ needs.call-create-github-release-workflow.outputs.release_version }} release_url: ${{ needs.call-create-github-release-workflow.outputs.release_url }} - release_dir: bin/Release # TODO: set build output directory to upload as a release, relative to checkout workspace + release_dir: hashicorp-vault-orchestrator/bin/Release secrets: token: ${{ secrets.PRIVATE_PACKAGE_ACCESS }} From b856783b978da5782667715bc06ab098bc5c4a35 Mon Sep 17 00:00:00 2001 From: Michael Henderson Date: Tue, 14 Jun 2022 10:47:08 -0700 Subject: [PATCH 2/3] minor change to kick off build workflow --- integration-manifest.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/integration-manifest.json b/integration-manifest.json index 96d7b72..b335284 100644 --- a/integration-manifest.json +++ b/integration-manifest.json @@ -4,7 +4,7 @@ "name": "Orchestrator Extension for Hashicorp Vault", "status": "production", "link_github": true, - "description": "The Hashicorp Vault Orchestrator extension allows you store certificates in Hashicorp Vault KeyValue secrets engine.", + "description": "The Hashicorp Vault Orchestrator extension allows you store certificates in Hashicorp Vault KeyValue secrets engine. ", "about": { "orchestrator": { "win": { From 34841fc2c3ea519a060ea401feb82158c341f992 Mon Sep 17 00:00:00 2001 From: Keyfactor Date: Tue, 14 Jun 2022 17:47:59 +0000 Subject: [PATCH 3/3] Update generated README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 42d70ae..3684921 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Orchestrator Extension for Hashicorp Vault -The Hashicorp Vault Orchestrator extension allows you store certificates in Hashicorp Vault KeyValue secrets engine. +The Hashicorp Vault Orchestrator extension allows you store certificates in Hashicorp Vault KeyValue secrets engine. #### Integration status: Production - Ready for use in production environments.