From c85b7c6c17cff9fed869e6fb565aa5f4b39cb6c5 Mon Sep 17 00:00:00 2001 From: Rob Winch Date: Tue, 21 Jun 2022 14:46:35 -0500 Subject: [PATCH] Document sagan Release tasks require read:org scope Closes gh-11423 --- RELEASE.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/RELEASE.adoc b/RELEASE.adoc index b86aa832ce..88356f49ba 100644 --- a/RELEASE.adoc +++ b/RELEASE.adoc @@ -135,7 +135,7 @@ git push origin 5.4.0-RC1 The following command will update https://spring.io/projects/spring-security#learn with the new release version using the following parameters - - Replace with a https://github.com/settings/tokens[GitHub personal access token] that has a scope of `public_repo` + - Replace with a https://github.com/settings/tokens[GitHub personal access token] that has a scope of `read:org` as https://spring.io/restdocs/index.html#authentication[documented for spring.io api] - Replace with the milestone you are releasing now (i.e. 5.5.0-RC1) - Replace with the previous release which will be removed from the listed versions (i.e. 5.5.0-M3)