From 2f554c06ec29d99a2883dc5eacc5398f55346a4c Mon Sep 17 00:00:00 2001 From: Jason O'Donnell <2160810+jasonodonnell@users.noreply.github.com> Date: Fri, 31 Jul 2020 16:45:04 -0400 Subject: [PATCH] Update README --- README.md | 17 ++++++++++++++--- package.json | 8 ++++---- 2 files changed, 18 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index b191861..d137a8b 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,15 @@ -# vault-action +# Vault GitHub Action + +--- +**NOTE** + +This repository was recently adopted by HashiCorp. We're actively working on adding +additional functionality to this action soon: + +- [ ] TLS +- [ ] mTLS +- [ ] Simplify secret request UX +--- A helper action for easily pulling secrets from HashiCorp Vaultâ„¢. @@ -34,7 +45,7 @@ jobs: steps: # ... - name: Import Secrets - uses: RichiCoder1/vault-action + uses: hashicorp/vault-action with: url: https://vault.mycompany.com:8200 token: ${{ secrets.VaultToken }} @@ -276,7 +287,7 @@ If you need to retrieve secrets from a specific Vault namespace, all that's requ steps: # ... - name: Import Secrets - uses: RichiCoder1/vault-action + uses: hashicorp/vault-action with: url: https://vault-enterprise.mycompany.com:8200 method: token diff --git a/package.json b/package.json index afcc0c1..37a77e8 100644 --- a/package.json +++ b/package.json @@ -26,7 +26,7 @@ }, "repository": { "type": "git", - "url": "git+https://github.com/RichiCoder1/vault-action.git" + "url": "git+https://github.com/hashicorp/vault-action.git" }, "keywords": [ "hashicorp", @@ -36,12 +36,12 @@ "github-actions", "javascript" ], - "author": "Richard Simpson ", + "author": "HashiCorp", "license": "MIT", "bugs": { - "url": "https://github.com/RichiCoder1/vault-action/issues" + "url": "https://github.com/hashicorp/vault-action/issues" }, - "homepage": "https://github.com/RichiCoder1/vault-action#readme", + "homepage": "https://github.com/hashicorp/vault-action#readme", "dependencies": { "got": "^10.2.2", "jsonata": "^1.8.2"