Recently I started noticing automatically created PR’s (like created by Dependabot) failing due to empty Secrets.
When re-running the jobs all Secrets work again.
The GITHUB_TOKEN does not seem to be affected.
Recently I started noticing automatically created PR’s (like created by Dependabot) failing due to empty Secrets.
When re-running the jobs all Secrets work again.
The GITHUB_TOKEN does not seem to be affected.
That change was intentional, because of a potential security problem:
Completely missed that, thank you.