From 873fda0b43d007520d9382b9f1c865683605e0e3 Mon Sep 17 00:00:00 2001 From: Lionel Draghi Date: Mon, 1 Jul 2024 13:06:55 +0200 Subject: [PATCH] Update required PAT permissions in publishing.md (#1707) When generating the PAT, checking "workflow" is needed. --- doc/publishing.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/publishing.md b/doc/publishing.md index b44d2e56c..8ec90c3c9 100644 --- a/doc/publishing.md +++ b/doc/publishing.md @@ -40,8 +40,8 @@ in beta and not documented here yet. Follow these steps to create a classic PAT: 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". This is - the only permission needed for this PAT. +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 token" at the bottom. You will get the PAT string after completing the generation.