We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fb66bb7 commit 7dfb369Copy full SHA for 7dfb369
vault-to-tink/README.md
@@ -44,8 +44,8 @@ vault:
44
```
45
46
## Import
47
-
48
-1. Run `bash import-contexts.sh [--hostname <circleci-hostname>] [--token <circleci-token>]`
+1. Get your API token by running `API_TOKEN=$(kubectl get secrets api-token -o jsonpath="{.data.api-token}" -n <namespace> | base64 --decode)`
+1. Run the import script `bash import-contexts.sh [--hostname <circleci-hostname>] [--token $API_TOKEN]`
49
50
## Verification
51
0 commit comments