dotnet / docs-tools

This repo contains GitHub Actions and other tools that are designed to be invoked on DocFx repositories.
Creative Commons Attribution 4.0 International
16 stars 28 forks source link

Force token regeneration #336

Closed BillWagner closed 5 months ago

BillWagner commented 5 months ago

The timing bug has reappeared for pull requests. Looking at all the timestamps, it's my current theory that the bearer token expires while working on the pull requests.

So, this change forces the process to generate a new bearer token between processing issues and processing pull requests.