create-or-update-pull-request-action
create-or-update-pull-request-action copied to clipboard
Set authentication explicitly for git operations
trafficstars
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