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
The dependabot workflow (.github/workflows/dependabot_pr.yml) fails at the GitHub App token step with HttpError: A JSON web token could not be decoded, using the old tibdex/github-app-token action. Because no token is minted, the workflow cannot run updateSHAs or add the CHANGELOG entry and push them to the PR branch. As a result the verify-changelog check also fails with No update to CHANGELOG.md found. This blocks all Dependabot PRs.
What is the bug?
The
dependabotworkflow (.github/workflows/dependabot_pr.yml) fails at the GitHub App token step withHttpError: A JSON web token could not be decoded, using the oldtibdex/github-app-tokenaction. Because no token is minted, the workflow cannot runupdateSHAsor add the CHANGELOG entry and push them to the PR branch. As a result theverify-changelogcheck also fails withNo update to CHANGELOG.md found. This blocks all Dependabot PRs.How can one reproduce the bug?
dependabotcheck fails in about 6 seconds at the GitHub App token step.verify-changelogfails withNo update to CHANGELOG.md found.What is the expected behavior?
The workflow mints an App token, updates the license SHAs and the CHANGELOG, and pushes them to the PR branch so the checks pass.
What is your host/environment?
GitHub Actions. Affects all Dependabot PRs on main.
Do you have any screenshots?
Not applicable.
Do you have any additional context?
Not applicable.