diff --git a/README.md b/README.md index 34d49c3..2d13f8e 100644 --- a/README.md +++ b/README.md @@ -42,13 +42,12 @@ jobs: ## Setting up auth 1. Run `viam organizations list` to view your organization ID. -2. Create a key with `viam organization api-key create --org-id $YOUR_ORG_UUID --name pick-any-name`. This command outputs an ID + a value, both of which you will use in step 4 below. If the command doesn't exist, update your CLI version. +2. Create a key with `viam organization api-key create --org-id YOUR_ORG_UUID --name pick-any-name`. This command outputs an ID + a value, both of which you will use in step 4 below. If the command doesn't exist, update your CLI version. 3. In the github repo for your project, go to 'Settings' -> 'Secrets and variables' -> 'Actions' 4. Create two new secrets using the 'New repository secret' button: - `viam_key_id` with the UUID from "Key ID:" in your terminal - `viam_key_value` with the string from "Key Value:" in your terminal 5. All set! If you copy the YAML example above, it will use these secrets to authenticate to Viam. If you have already tried the action and it failed because the secrets were missing, you can trigger a re-run from your repo's 'Actions' tab. -from your repo's 'Actions' tab. ## Versioning