Help with Kusari Github Action secrets and CLI installation #6
-
|
I'm currently setting up my GitHub environment and also trying to install the Kusari CLI, and I ran into a couple of issues I'd appreciate help with: Github Action Secrets I had previously set up the Kusari Inspector, but I realized the new workspace requirement recently, so I have begun making the necessary updates to my environment. I noticed the suggested workflow requires 2 secrets, but I'm not sure how to generate or obtain them. Could someone please clarify where/how I should create the following: Kusari CLI The link to download the CLI binary also displays the error below: NoSuchKey
The specified key does not exist.
docs/CLI/install/index.html
FVB8147GH4C53QSW
vMq38bPHvTVL69RuFKhCn9WS5877a1MOQwVUOKR6Cdw9ZVzSfcJ3MS+aAnIr5IA7v3ZS7bFjJStdJktvVnjboGU84vT+CyuA
Thanks in advance really excited to get working locally and in CI |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 5 replies
-
|
Hi, @PrinceAsiedu!
You can create the API keys from the "API Keys" page in the Kusari Console. It's at the bottom of the left-hand navigation bar. Docs for creating API keys is at https://docs.kusari.cloud/administration/api-keys and for using them with the CLI at https://docs.kusari.cloud/reference/CLI/auth/login#using-an-api-key Note that if you install the GitHub app, you don't need to use these keys. They are only necessary for the CLI and the GitHub Action.
We recently re-organized our docs. The page you're looking for is at https://docs.kusari.cloud/reference/CLI/install Where did you see the docs link you shared? I'll make sure it gets updated. (I did notice that we have a broken link in this repo's readme, which |
Beta Was this translation helpful? Give feedback.
-
|
I got the download link from this page here:
|
Beta Was this translation helpful? Give feedback.

Hi, @PrinceAsiedu!
You can create the API keys from the "API Keys" page in the Kusari Console. It's at the bottom of the left-hand navigation bar. Docs for creating API keys is at https://docs.kusari.cloud/administration/api-keys and for using them with the CLI at https://docs.kusari.cloud/reference/CLI/auth/login#using-an-api-key
Note that if you install the GitHub app, you don't need to use these keys. They are only necessary for the CLI and the GitHub Action.
We recently re-organized our docs. The page you're looking…