Skip to content

Commit 3cbad1c

Browse files
🔧 [Docs]: Update API key secret name for consistency in repository configuration instructions
1 parent 31e7ce0 commit 3cbad1c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎README.md‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ This will create a new repository with the same structure as the PSModule organi
1919
2. Configure the repository:
2020
1. Enable GitHub Pages in the repository settings. Set it to deploy from `GitHub Actions`.
2121
This will create an environment called `github-pages` that is used to deploy the documentation to GitHub Pages. Remove the branch protection on it.
22-
2. Create a new secret in the repository called `APIKey` and set it to the API key for the PowerShell Gallery.
22+
2. Create a new secret in the repository called `APIKEY` and set it to the API key for the PowerShell Gallery.
2323
3. Create a branch, make your changes, create a PR and let the workflow run.
2424

2525
## How it works

0 commit comments

Comments
 (0)