https://pulumi.com logo
s

swift-australia-96791

10/08/2021, 8:33 AM
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

purple-train-14007

10/08/2021, 4:09 PM
I have found it is better to interact with the cli installed on the runner than use the GitHub action workflow for Pulumi
4 Views