Jok

Results 16 comments of Jok

you could use the user-script functionality to do this.

For reference (and so i don't lose it). There appears to be something already to add custom extensions. There are examples here: https://smallstep.com/docs/step-ca/templates#basic-x509-template-examples (the last one being for a "unsupported...

There is a `log_level` option you can tweak to get more logs, which should help you identify the issue. See the description in the main `README.md` here: https://github.com/philips-labs/terraform-aws-github-runner#input_log_level

I would verify that your GHES URL is correct on the terraform side, and that your secrets are valid/matching between GHES and terraform. (with GHES, if the auth fails, you...

We've experienced this as well. And I just spent some time trying to wrap my head around the problem. Best I can tell, the flow, when it breaks, goes like...

in my environment, the runner runs as a "action-runner" user. one of the action uses an docker instance where the user inside is root. When the docker instance generates files,...

We have seen this when there are permissions issues. tracking down what generate the files with the wrong permission and making sure that the ownership is correct fixed it for...

We tried a few things here: * trap in the docker script to chown all the things when it's done back to the runner user (does not work when job...

This should address #354 and a few other issues related to submodule(s).

actions/checkout#964 might be a fix in the actual code, but i'm having issues getting any eyeballs on it. That should bring it back in line and prevent the failures most...