Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update README.md #24

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ See below for an example of how to install Node.js.
## Environment variables

- `MABL_API_KEY` {string} {optional} If provided, this action will authenticate
with the mabl CLI using the `MABL_API_KEY`. This is required if you also pass in a `workspace-id`.
with the mabl CLI using the `MABL_API_KEY`. This is required if you also pass in a `workspace-id`. Use a "Command Line Interface" [API key type](https://help.mabl.com/hc/en-us/articles/17776006239764) to use the mabl CLI.

The `MABL_API_KEY` should be stored as a [GitHub secret](https://docs.github.com/en/actions/reference/encrypted-secrets#creating-encrypted-secrets-for-an-organization) and passed as in the
example below. **Never** store your `MABL_API_KEY` as plain text in your workflow YAML.
Expand Down
Loading