Homebrew / brew-pip-audit

:clipboard: Bulk auditing Python dependencies in Homebrew with pip-audit
BSD 2-Clause "Simplified" License
11 stars 7 forks source link

auto-pr: drop HOMEBREW_NO_AUTO_UPDATE #65

Closed woodruffw closed 10 months ago

woodruffw commented 10 months ago

This may be causing our PAT pains.

woodruffw commented 10 months ago

https://github.com/Homebrew/brew-pip-audit/actions/runs/6722053045/job/18269142193

woodruffw commented 10 months ago

Looks like this did the trick. For retrospection: the problem here was (?) that our local branches weren't being made against the latest upstream/master, so they'd implicitly contain workflow changes (which would then cause the PAT to fail, since it correctly doesn't include the workflow scope).

I'm pretty sure this is the right fix, and it appears to be working. But we'll see.