From 6d665ea5c8760b7840f86a543ca411248e5a3ce7 Mon Sep 17 00:00:00 2001 From: Koen Vlaswinkel Date: Wed, 20 Nov 2024 10:45:38 +0100 Subject: [PATCH] Remove docs about Azure DevOps PAT --- docs/releasing.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/releasing.md b/docs/releasing.md index 8a2441d17bd..1f531a455af 100644 --- a/docs/releasing.md +++ b/docs/releasing.md @@ -70,4 +70,4 @@ To regenerate the Open VSX token: 1. Go to the [Access Tokens](https://open-vsx.org/user-settings/tokens) page and generate a new token. 1. Update the secret in the `publish-open-vsx` environment in the project settings. -To regenerate the VSCode Marketplace token, please see our internal documentation. Note that Azure DevOps PATs expire every 7 days and must be regenerated. +Publishing to the VS Code Marketplace is done using a user-assigned managed identity and should not require the token to be manually updated.