You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
While these work fine in the cluster environment , I cannot get them to work with tkn-pac resolve for testing.
Using tkn-pac resolve -f run.yaml results in
Error: error getting remote task from pipelinerun annotations: remote task from uri: https://ghe.com/org/repo/blob/main/task.yaml cannot be parsed as a kubernetes resource: yaml: line 32: mapping values are not allowed in this context
I have to use the raw URLs, which have a constantly changing token ?token=XXX appended in GHE, or replace all references with local references. Both solutions are not really practical to work with. Adding a provider token with -t does not seem to help either.
Is this expected or is there a solution I am missing?
The text was updated successfully, but these errors were encountered:
Hi,
I use PAC with a GitHub Enterprise instance and task references like
While these work fine in the cluster environment , I cannot get them to work with
tkn-pac resolve
for testing.Using
tkn-pac resolve -f run.yaml
results inI have to use the raw URLs, which have a constantly changing token
?token=XXX
appended in GHE, or replace all references with local references. Both solutions are not really practical to work with. Adding a provider token with-t
does not seem to help either.Is this expected or is there a solution I am missing?
The text was updated successfully, but these errors were encountered: