We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5dfba16 commit 82aadbbCopy full SHA for 82aadbb
1 file changed
README.md
@@ -70,3 +70,12 @@ To check highlighting in VSCode: "Developer: Inspect Editor Tokens and Scopes"
70
1. `git push`
71
1. `git tag NEW-VERSION-NUMBER && git push --tags`
72
1. `npm run publish`
73
+
74
+If `npm run publish` fails with "Access Denied: The Personal Access Token used
75
+has expired.":
76
77
+1. Go to [Azure DevOps](https://dev.azure.com/) and click your profile icon
78
+ (User settings) -> **Personal access tokens**.
79
+1. Create a new token with the organization set to `All accessible organizations` and the scope set to `Marketplace` / `Manage`.
80
+1. Run `npx vsce login walles` and paste the new PAT before trying the publish
81
+ command again.
0 commit comments