Mikita Sharayeu
Mikita Sharayeu
@bharathkkb @junjunjunk ```yaml - name: "Auth to GCP exist env" uses: google-github-actions/auth@v0 with: credentials_json: ${{ secrets.GOOGLE_SERVICE_ACCOUNT }} - name: "Set up Cloud SDK" uses: google-github-actions/setup-gcloud@v0 with: install_components: 'gke-gcloud-auth-plugin' - name:...
Hi @timofurrer ! I need advice from your side. I'll wanna develop Release resource, but I've hit with an interesting problem. [In official API documentation](https://docs.gitlab.com/ee/api/releases/) a release contains Milestones, but...
@RobbieMcKinstry Okay. It's a draft from my own Pulumi Action and I wanna rewrite this code. About conception. Mmm, that's a tough question. Probably, we can realize 3 various scenarios:...
@RobbieMcKinstry Sorry for a long answer, a lot of work. I've thought about this suggestion and unfortunately I don't agree that's a good idea. Now, this GHA supports a declarative...
@RobbieMcKinstry Yes, please. And I have also additional suggestion. That's strange, but maybe interesting. We can create advanced configuration with Yaml structure. Like in `config-map` field. User'll add config with...
@jbrunton @cobraz Unfortunately, adding GITHUB_TOKEN env didn't help for GitHub Enterprise server.
@cobraz Could you add more stable functionality for Enterprise solutions? I mean [this](https://github.com/pulumi/actions/pull/812) or [this](https://github.com/pulumi/actions/pull/810) PR?
@cobraz Exactly, but my solution is more suitable)
@cobraz I'm ready. You can check a code. PS: Comment in the other PR - https://github.com/pulumi/actions/pull/810#issuecomment-1366620131
@RobbieMcKinstry could you also check it? Of course, if you'll have time for that. Previous discussion was really useful and super nice for me) PS: Comment in the other PR...