Skip to content

Commit

Permalink
Merge pull request #8 from Keyfactor/release-1.0
Browse files Browse the repository at this point in the history
Release 1.0
  • Loading branch information
fiddlermikey authored Jun 14, 2022
2 parents 1703a68 + 34841fc commit 6b62b4d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/keyfactor-starter-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -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.

Expand Down
2 changes: 1 addition & 1 deletion integration-manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": {
Expand Down

0 comments on commit 6b62b4d

Please sign in to comment.