Skip to content

Commit

Permalink
remove duplicate text
Browse files Browse the repository at this point in the history
  • Loading branch information
abe-winter committed Dec 26, 2023
1 parent b583a55 commit 00782a4
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 00782a4

Please sign in to comment.