Hey All, I seem to be stuck in an error loop ```@ ...
# getting-started
r
Hey All, I seem to be stuck in an error loop
Copy code
@ Previewing update....
    pulumi:pulumi:Stack <stack>-<stack> running 
    pulumi:pulumi:Stack <stack>-<stack> running error: Missing required configuration variable '<stack>:aws:account'
    pulumi:pulumi:Stack <stack>-<stack> running error: an unhandled error occurred: Program exited with non-zero exit code: 1
    pulumi:pulumi:Stack <stack>-<stack>  2 errors

Diagnostics:
  pulumi:pulumi:Stack (<stack>-<stack>):
    error: Missing required configuration variable '<stack>:aws:account'
        please set a value using the command `pulumi config set <stack>:aws:account <value>`
    error: an unhandled error occurred: Program exited with non-zero exit code: 1
b
did you add a pulumi token to github secrets? along with any other secrets it needs?
r
Hey @brainy-church-78120 - yep all the env vars are in there. Using the same GH workflow, it deployed in another repo, but I'm unable to replicate in another