Skip to content

Commit 220404e

Browse files
🔧 [Docs]: Update instructions for creating API key on PowerShell Gallery and clarify permissions required
1 parent ac85117 commit 220404e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

‎README.md‎

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,8 @@ 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 an API key on the PowerShell Gallery](https://www.powershellgallery.com/account/apikeys). Give it enough permission to manage the module you are working on.
23+
3. Create a new secret in the repository called `APIKEY` and set it to the API key for the PowerShell Gallery.
2324
3. Create a branch, make your changes, create a PR and let the workflow run.
2425

2526
## How it works

0 commit comments

Comments
 (0)