Code of Conduct
What article on docs.github.com is affected?
Example from:
https://docs.github.com/en/code-security/dependabot/working-with-dependabot/automating-dependabot-with-github-actions#label-a-pull-request
Problem:
Example fails because token for permission is missing.
What changes are you suggesting?
Add missing:
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}
Additional information
No response
Code of Conduct
What article on docs.github.com is affected?
Example from:
https://docs.github.com/en/code-security/dependabot/working-with-dependabot/automating-dependabot-with-github-actions#label-a-pull-request
Problem:
Example fails because token for permission is missing.
What changes are you suggesting?
Add missing:
Additional information
No response