Upload GitHub secrets
For each repo you want to track, upload the GitHub secrets by following these steps.
Install the GitHub CLI.
Open a command prompt and change to the
deploy
folder of the cloned repo.Authenticate with the GitHub CLI
gh auth login
Set the GitHub repo secrets by running the following command. Be sure to replace the <GITHUB_REPO_URL> with your target GitHub repo URL.
gh secret set --env-file github.env --repo <GITHUB_REPO_URL>