Push from action doesn’t trigger workflows #336
Replies: 1 comment
-
@pythonclimber You have to create and configure a personal access token in order to do this. (This is a limitation of the default You can read more about this here: |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I’m using this action to push changes from my linter/formatter. Once that push is complete, I have an on: push workflow that should run my unit tests. However, the push done by this action doesn’t trigger my unit test workflow. Is there a config setting I can set to ensure my unit test workflow runs?
Beta Was this translation helpful? Give feedback.
All reactions