Use github.com and github enterprise simultaneously #5968
Unanswered
edwinrolle
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello fellow testers,
I have a workflow which consists of serval composite actions which reside in a github enterprise server.
Some of the composite actions make use of other 3rd party github actions, namely mikepenz/action-junit-report@v3
When I run my action with
act -s GITHUB_TOKEN=<my-ghe-token> -P some-tag=catthehacker/ubuntu:act-22.04 --github-instance <my-ghe-server>It fails because it tries to resolve the mentioned action mikepenz/action-junit-report@v3 on the ghe server but it is a public action.
Any recommendations how to resolve this?
Beta Was this translation helpful? Give feedback.
All reactions