acceptable-forest-23292
03/09/2021, 2:24 PM- name: Select Staging Stack
uses: <docker://pulumi/actions>
with:
args: stack select staging
env:
AWS_ACCESS_KEY_ID: ${{ secrets.AWS_ACCESS_KEY_ID }}
AWS_SECRET_ACCESS_KEY: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
PULUMI_ACCESS_TOKEN: ${{ secrets.PULUMI_ACCESS_TOKEN }}
PULUMI_ROOT: ${{ env.PULUMI_ROOT }}
but when i run it it returns me this error
error: no Pulumi.yaml project file found (searching upwards from /github/workspace). If you have not created a project yet, use `pulumi new` to do so
I understand that the workflow can’t find the pulumi folder but I have set the variable env.PULUMI_ROOT
to point to where the project is PULUMI_ROOT: apps/.pulumi
am I missing something?little-cartoon-10569
03/09/2021, 8:22 PMacceptable-forest-23292
03/12/2021, 3:04 PM