From e179dc7fc58f0b1154d34b7078961c34f2847886 Mon Sep 17 00:00:00 2001 From: j-dunham Date: Wed, 7 Sep 2022 19:53:17 -0400 Subject: [PATCH] Update circle-ci/1-configure.md Co-authored-by: Ethan Dennis --- circle-ci/1-configure.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/circle-ci/1-configure.md b/circle-ci/1-configure.md index d95acc7..e2bf147 100644 --- a/circle-ci/1-configure.md +++ b/circle-ci/1-configure.md @@ -16,7 +16,7 @@ You will need to complete all of the setup instructions [here](./readme.md#confi - Click `Generate token`. - Copy the generated PAT and save in a safe location. -3. Create a CircleCI personal API token using CircleCI's [documentation](https://circleci.com/docs/managing-api-tokens#creating-a-personal-api-token) +3. Create a CircleCI personal API token using CircleCI's [documentation](https://circleci.com/docs/managing-api-tokens#creating-a-personal-api-token) and store the token in a safe location. 2. Run the `configure` CLI command: - Select the `TERMINAL` tab from within the codespace terminal window.