many-yak-61188
07/06/2021, 11:44 AMenv:
PULUMI_CONFIG_PASSPHRASE: ${{ secrets.PULUMI_CONFIG_PASSPHRASE }}
PULUMI_ACCESS_TOKEN: ${{ secrets.PULUMI_ACCESS_TOKEN }}
and the pulumi preview step is as below
- name: Run pulumi preview
uses: pulumi/actions@v3
with:
command: preview
stack-name: dev
My github action fails with the error
Configured range: ^3
Matched version: v3.6.0
Install destination is /home/runner/.pulumi
Successfully deleted pre-existing /home/runner/.pulumi/bin
/usr/bin/tar xz --warning=no-unknown-keyword --overwrite -C /home/runner/.pulumi -f /home/runner/work/_temp/7870f4e2-f331-4e31-b9d4-c532297696f3
Error: code: 255
stdout:
stderr: error: no stack named 'dev' found
err?:
cloud-url
with an S3 bucket.Pulumu.dev.yaml
file that is committed to the repopoetry run pulumi preview --stack dev
on my laptop gives me the outputPreviewing update (dev):
Type Name Plan Info
+ pulumi:pulumi:Stack Accrue AWS Infrastructure-dev create 1 message
Diagnostics:
pulumi:pulumi:Stack (Accrue AWS Infrastructure-dev):
Running setup
pulumi up
pulumi
was quietly utilizing that backend.billowy-army-68599
07/06/2021, 2:31 PM