RedlineTriad
RedlineTriad
@alexhung Is there something blocking this? This would be a really nice feature for us, since writing to disk with a template, and then uploading that is incredibly painful using...
> [@RedlineTriad](https://github.com/RedlineTriad) I'm curious about the use cases. Is the content some kind of generated data that is not from a file on disk? Same for us, we provision repositories...
I don't think this works as expected yet. @alexhung When uploading a file I get the following after downloading it: ``` --5da9c22582a1b9c03d433ffde2e222cf137873a55be0256848fbf137d5d6 Content-Disposition: form-data; name="/my-file-name.yaml"; filename="artifactory_artifact_133713371337" Content-Type: text/plain; charset=utf-8 BLA...
I used the template workflow, and just used self-hosted runners instead: https://github.com/actions/starter-workflows/blob/main/ci/maven.yml And we set `http_proxy`, `https_proxy`, and `no_proxy` env vars using the gha self hosted runners helm chart: https://github.com/actions/actions-runner-controller/blob/master/charts/gha-runner-scale-set/values.yaml#L28-L37...
@camilaibs Somewhat unrelated, but is there a reason ScmAuth is configured through code when integrations, auth, and catalog all use yaml configuration? Self-hosted source control is very common and requires...
> Hi! Note that you'll need to run `yarn build:api-reports` when API surfaces change. I know, I forget it every time...
Could this please be merged? The difference between the two configs confused me a lot at the start since I didn't notice the version difference.