Skip to content

Commit 83ac227

Browse files
authored
docs: update instructions for adding PAT to repository
1 parent c70c921 commit 83ac227

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
@@ -28,7 +28,7 @@ The `PAT_TOKEN` is necessary for GitHub Actions (like Dependabot and year update
2828
* Go to **[Personal access tokens (classic)](https://github.com/settings/tokens)**.
2929
* If you don't have a token named `PAT_TOKEN` (or similar), click **Generate New Token**, select the `repo` scope, and **copy the generated token**.
3030
* If an existing `PAT_TOKEN` is close to expiring, click on it, select **regenerate the token**, and **copy the new value**.
31-
2. **Add the Secret:** Add the copied token as a secret in the **new** repository.
31+
2. **Add the PAT to the new repository:**
3232
* Go to **Settings / Secrets and variables / Actions**.
3333
* Create a new repository secret: **Name:** `PAT_TOKEN`, **Secret:** *\[Your Token]*
3434

0 commit comments

Comments
 (0)