diff --git a/README.md b/README.md index 37b4db22..68c2e57f 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ This repository contains a GitHub Action for using FortiCNAPP's code security of ### Creating secrets -Before attempting to run this action, you should add three secrets `LW_ACCOUNT_NAME`, `LW_SUBACCOUNT_NAME` (When using a subaccount) `LW_API_KEY` and `LW_API_SECRET` to your GitHub repository (or, better yet, your GitHub organization so they can be shared across all your repositories). The value for these secrets can be obtained by following the instructions [here](https://docs.lacework.com/console/api-access-keys) to create an API key and then download it. +Before attempting to run this action, you should add three secrets `LW_ACCOUNT`, `LW_SUBACCOUNT` (When using a subaccount) `LW_API_KEY` and `LW_API_SECRET` to your GitHub repository (or, better yet, your GitHub organization so they can be shared across all your repositories). The value for these secrets can be obtained by following the instructions [here](https://docs.lacework.com/console/api-access-keys) to create an API key and then download it. ### Running on pull requests