You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
GHA builds started failing recently, looks like we may need to include a GITHUB_PAT in the GHA environment to grease the wheels, as suggested in this post, like so:
env:
GITHUB_PAT: ${{ secrets.GITHUB_TOKEN }}
The text was updated successfully, but these errors were encountered:
GHA builds started failing recently, looks like we may need to include a
GITHUB_PAT
in the GHA environment to grease the wheels, as suggested in this post, like so:The text was updated successfully, but these errors were encountered: