Use reusable workflow with composite actions from private repository #2470
Unanswered
wouter-heerwegh
asked this question in
Q&A
Replies: 1 comment
-
|
@wouter-heerwegh Any Update on this? |
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
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I'm trying to use a reusable workflow from a private repository, I read something about the
local-repositoryparameter, but am currently not using it. Instead I use a the local path directly. The reusable workflow seems to load, but I get an authorization error when trying to use composite actions inside this reusable workflow.The workflow that is called first looks like this:
The reusable workflow looks like this:
I've tried passing a PAT that works on github, but it does not seem to change anything.
Does anyone have an idea if I'm doing something wrong?
Beta Was this translation helpful? Give feedback.
All reactions