John Brunton
John Brunton
Btw, I realise the Pulumi docs for this action would also need updating: https://github.com/pulumi/pulumi-hugo/blob/master/themes/default/content/docs/guides/continuous-delivery/github-actions.md I would be happy to contribute a PR for that too, but I will wait for...
Oh, I checked the open issues but not the PRs. Looks like https://github.com/pulumi/actions/pull/810 and https://github.com/pulumi/actions/pull/812 were created to address this.
I note per [this comment](https://github.com/pulumi/actions/pull/810#issuecomment-1364021249) that the problem seems to be GitHub's rate limiter? If so, I'm not a fan of the proposed solutions, both of which require maintaining separate...
> AFAIK this would require a change in the pulumi core @philprime: I assume so. In fact, I see there's a related open issue in the core Pulumi repo: https://github.com/pulumi/pulumi/issues/11743...
Actually, I see that the `githubSource` plugin class does appear to use the `GITHUB_TOKEN` ([link](https://github.com/pulumi/pulumi/blob/fc607c277c5166bf9ee78a88803d05c43849dc92/sdk/go/common/workspace/plugins.go#L251)). However, I suspect this action isn't correctly setting a GITHUB_TOKEN secret. I'm not 100% certain,...
@RobbieMcKinstry: Thanks. Btw, a note from a related issue: apparently setting a default GitHub token doesn't work with GitHub Enterprise – see the comment from @Moon1706: https://github.com/pulumi/pulumi/issues/11743#issuecomment-1380312533 I assume that's...
Personally, I'd prefer to keep the test execution time as fast as possible. At the very least, there should be an option to enable retrolambda for tests if the client...
Hi @hendrikmaus, > Would you have an example on how to share an entire (templated) workflow with other repositories? You can certainly use GFlows packages to share workflows. I added...
Hi @kbakk: I'm not a ytt expert, but I believe this error occurs because, in the words of dkalinin in [this thread](https://kubernetes.slack.com/archives/CH8KCCKA5/p1602518344380300) on the Kubernetes Slack: > ytt templates are...
@kbakk: Glad it worked, and thanks for the offer of a PR! This is a pretty common gotcha when using ytt, but I'm just pausing to think about where the...