Skip to content

Commit

Permalink
note to update version
Browse files Browse the repository at this point in the history
  • Loading branch information
abe-winter committed Sep 6, 2023
1 parent 2555d1b commit 5890b47
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ 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.
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
Expand Down

0 comments on commit 5890b47

Please sign in to comment.