Hi All, I have been trying to use Pulumi GitHub Ac...
# general
s
Hi All, I have been trying to use Pulumi GitHub Action and trying the new stack during run time below is the code snippet
Copy code
- uses: pulumi/actions@v3
        with:
          command: preview
          stack-name: prod
          upsert: true
          work-dir: PulumiProject 
        env:
          PULUMI_ACCESS_TOKEN: ${{ secrets.PULUMI_ACCESS_TOKEN }}
While GitHub Action runs I m getting an error " pulumipulumiStack PulumiProject-prod create error: Missing required configuration variable 'PulumiProject:required_value' ", Can anyone assist me how to pass config values here?
p
I have found it is better to interact with the cli installed on the runner than use the GitHub action workflow for Pulumi