gr2m / gr2m/create-or-update-pull-request-action
Set authentication explicitly for git operations
Open
- Dominant language
- JavaScript
- Stars
- 71
- Forks
- 26
- PR merge metrics
- No merged PRs in 30d
Description
`actions/checkout@v2` is now setting up git commands to use `secrets.GITHUB_SECRET` by default. The `GITHUB_TOKEN` passed to this action is not used for the git operations for some reason, which results in pull request not triggering other actions, see eg. https://github.com/G-Rath/compare-gh-webhook-to-schema-function/pull/55 @G-Rath
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.