curved-ghost-20494
06/12/2020, 3:30 PMpulumi up
on a machine? Maybe not... I'm also having trouble with pulumi/actions as it happens, specifically pushing Docker images to GCR.iofuture-barista-68134
06/12/2020, 3:49 PMcurved-ghost-20494
06/12/2020, 4:02 PMclever-sunset-76585
06/12/2020, 5:17 PMLike others I’ve not been able to get the Pulumi Bot working, so I think between those two issues I felt a bit lost, but I do appreciate there’s a lot of documentation around CI providers.Would you mind giving us some info on the issues you encountered with the Pulumi Bot? It would help us improve our docs. I can file an issue to update our docs around that.
millions-furniture-75402
06/12/2020, 5:35 PMpreview:
name: Pulumi Preview
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
with:
fetch-depth: 1
- uses: <docker://pulumi/actions>
with:
args: preview
env:
COMMENT_ON_PR: "1"
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
PULUMI_ACCESS_TOKEN: ${{ secrets.PULUMI_ACCESS_TOKEN }}
PULUMI_CI: pr
PULUMI_SKIP_UPDATE_CHECK: true
clever-sunset-76585
06/12/2020, 6:29 PM