Generate listen.dev API key
Last updated
Last updated
© 2024 Garnet Labs
The listen.dev API key is a JWT token which allows you to link a github actions workflow job to a project in listen.dev. For this you'll have to create a Organization and Project in the listen.dev dashboard, as described here.
In the listen.dev dashboard, generate an API key for your project.
To automate the API key creation in a single step, we recommend following the automate quickstart workflow from the dashboard.
Add the API key as a secret in your GitHub repository settings. Once the secret is configured successfully, it should show up in the list of repo secrets as:
For detailed instructions on creating secrets for repositories, see the below guide: