diff --git a/INSTALL.md b/INSTALL.md index b766bdc8..551bc947 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -157,10 +157,11 @@ jobs: OPENAI_KEY: ${{ secrets.OPENAI_KEY }} GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} ``` -2. Add the following secret to your repository under `Settings > Secrets`: +2. Add the following secret to your repository under `Settings > Secrets and variables > Actions > New repository secret > Add secret`: ``` -OPENAI_KEY: +Name = OPENAI_KEY +Secret = ``` The GITHUB_TOKEN secret is automatically created by GitHub.