Skip to content

Commit 00782a4

Browse files
committed
remove duplicate text
1 parent b583a55 commit 00782a4

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

README.md

+1-2
Original file line numberDiff line numberDiff line change
@@ -42,13 +42,12 @@ jobs:
4242
## Setting up auth
4343
4444
1. Run `viam organizations list` to view your organization ID.
45-
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.
45+
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.
4646
3. In the github repo for your project, go to 'Settings' -> 'Secrets and variables' -> 'Actions'
4747
4. Create two new secrets using the 'New repository secret' button:
4848
- `viam_key_id` with the UUID from "Key ID:" in your terminal
4949
- `viam_key_value` with the string from "Key Value:" in your terminal
5050
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.
51-
from your repo's 'Actions' tab.
5251

5352
## Versioning
5453

0 commit comments

Comments
 (0)