How can I suppress "One of your personal access tokens has expired" email notification?
Rainer
166
Reputation points
I'm using Azure DevOps and have a CI/CD pipeline. Every time it runs I get an email saying "One of your personal access tokens has expired". The pipeline runs fine, and I'm guessing a token is being automatically created and used during the pipeline run. My question is, how can I suppress these notification emails?
I checked the Azure DevOps Organization setting for notifications, but I don't see anything there related to tokens.
Alternatively, is there a way to create a persistent token to use for the pipeline so it doesn't repeatedly create a temporary one?
Sign in to answer