Skip to content

Commit 7dfb369

Browse files
authored
Update README.md to reference api token (#56)
1 parent fb66bb7 commit 7dfb369

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

vault-to-tink/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,8 @@ vault:
4444
```
4545

4646
## Import
47-
48-
1. Run `bash import-contexts.sh [--hostname <circleci-hostname>] [--token <circleci-token>]`
47+
1. Get your API token by running `API_TOKEN=$(kubectl get secrets api-token -o jsonpath="{.data.api-token}" -n <namespace> | base64 --decode)`
48+
1. Run the import script `bash import-contexts.sh [--hostname <circleci-hostname>] [--token $API_TOKEN]`
4949

5050
## Verification
5151

0 commit comments

Comments
 (0)