Create a secret in GitHub repo

Instructions for how to set up secrets in Github.

listen.dev links to your repository or project using an API key token, which is basically a jwt token scoped to CI runs for a particular manifest.

For a project, API key can be generated during its creation in the step shown below.

This API key can be used inside your GItHub repo by adding it as a secret in GitHub's repo configuration settings. See detailed instructions on this below:

Once the secret is configured successfully, it should show up in the list of repo secrets as:

Once the secret is set up as shown above, you can use it inside your projects using

${{ secrets.LSTN_API_KEY }} where LSTN_API_KEY is the variable name of the secret.

Last updated

© 2023 Garnet Labs