pdm-project / update-deps-action

A github action to update pdm lock file
MIT License
25 stars 6 forks source link

Does not trigger CI checks #11

Open commonism opened 6 months ago

commonism commented 6 months ago

With my setup this Action does not trigger the CI checks.

https://github.com/commonism/aiopenapi3/pull/218

I appreciate any input on how make this action trigger my CI checks.

frostming commented 5 months ago

Maybe use a Personal Access Token as GITHUB_TOKEN, instead of using the one generated by the action.

DetachHead commented 5 months ago

i had the same issue and using a personal access token fixed it. i think the documentation should be updated to mention this