create-or-update-pull-request-action icon indicating copy to clipboard operation
create-or-update-pull-request-action copied to clipboard

Set authentication explicitly for git operations

Open gr2m opened this issue 4 years ago • 0 comments
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

gr2m avatar Feb 26 '21 20:02 gr2m