From 21072ca9a39a75d73e63b96c247af778e0bf8a86 Mon Sep 17 00:00:00 2001 From: Alejandro R Mosteo Date: Sat, 8 Feb 2025 17:52:16 +0100 Subject: [PATCH] fix: PAT creation documentation (#1840) --- doc/publishing.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/publishing.md b/doc/publishing.md index 9367d436..32ef6e9b 100644 --- a/doc/publishing.md +++ b/doc/publishing.md @@ -39,9 +39,9 @@ in beta and not documented here yet. Follow these steps to create a classic PAT: 1. Click on "Settings" in the list of options in the profile menu. 1. Click on "Developer settings" entry at the bottom in your Settings page. 1. Click on "Personal access tokens" and then "Tokens (classic)". -1. Click on "Generate new token" and the select the classic variant. -1. In the "Select scopes" section, under "repo", check "public_repo" and "workflow". Those are - the only permissions needed for this PAT. +1. Click on "Generate new token" and then select the classic variant. +1. In the "Select scopes" section, under "repo", check "public_repo". That is + the only permission needed for this PAT. 1. Click on "Generate token" at the bottom. You will get the PAT string after completing the generation. -- 2.39.5