Img to text

This commit is contained in:
Ethan Dennis
2022-09-20 12:08:48 -07:00
committed by GitHub
parent 607904025c
commit a708b58542
+5 -5
View File
@@ -25,7 +25,7 @@ You will need to complete all of the setup instructions [here](./readme.md#confi
2. Run the `configure` CLI command: 2. Run the `configure` CLI command:
- Select the `TERMINAL` tab from within the codespace terminal. - Select the `TERMINAL` tab from within the codespace terminal.
- Run the following command: `gh valet configure`. - Run the following command: `gh valet configure`.
- Use the down arrow key to highlight `Azure DevOps`, press the spacebar to select, and then press enter to continue. - Use the down arrow key to highlight `Travis CI`, press the spacebar to select, and then press enter to continue.
- At the GitHub Container Registry prompt, enter the GitHub PAT generated in step 2 and press enter. - At the GitHub Container Registry prompt, enter the GitHub PAT generated in step 2 and press enter.
- At the GitHub PAT prompt, enter the GitHub PAT generated in step 2 and press enter. - At the GitHub PAT prompt, enter the GitHub PAT generated in step 2 and press enter.
- At the GitHub URL prompt, enter the GitHub instance URL or press enter to accept the default value (`https://github.com`). - At the GitHub URL prompt, enter the GitHub instance URL or press enter to accept the default value (`https://github.com`).
@@ -35,15 +35,15 @@ You will need to complete all of the setup instructions [here](./readme.md#confi
```console ```console
$ gh valet configure $ gh valet configure
✔ Which CI providers are you configuring?: CircleCI ✔ Which CI providers are you configuring?: Travis CI
Enter the following values (leave empty to omit): Enter the following values (leave empty to omit):
✔ GitHub handle used to authenticate with the GitHub Container Registry: mona ✔ GitHub handle used to authenticate with the GitHub Container Registry: mona
✔ Personal access token to authenticate with the GitHub Container Registry: *************** ✔ Personal access token to authenticate with the GitHub Container Registry: ***************
✔ Personal access token for GitHub: *************** ✔ Personal access token for GitHub: ***************
✔ Base url of the GitHub instance: https://github.com ✔ Base url of the GitHub instance: https://github.com
✔ Personal access token for CircleCI: *************** ✔ Personal access token for Travis CI: ***************
✔ Base url of the CircleCI instance: https://circleci.com ✔ Base url of the Travis CI instance: https://travis-ci.com
✔ CircleCI organization name: valet-labs ✔ Travis CI organization name: valet-labs
Environment variables successfully updated. Environment variables successfully updated.
``` ```