https://pulumi.com logo
Title
s

swift-australia-96791

10/08/2021, 6:32 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
- 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 " pulumiđŸ˜›ulumi:Stack PulumiProject-prod create error: Missing required configuration variable 'PulumiProject:required_value' ", Can anyone assist me how to pass config values here?
f

fast-easter-23401

10/08/2021, 3:23 PM
mind sharing your index.ts (or main.py) ?
b

billowy-army-68599

10/08/2021, 3:42 PM
and an
ls
os the directory
PulumiProject