clever-glass-42863
04/12/2022, 6:24 PMPULUMI_CONFIG_PASSPHRASE
ahead of running $ pulumi stack select $CI_COMMIT_REF_NAME --create --secrets-provider passphrase --verbose 9
We see the initial stack get created with the following output
{
"version": 3,
"checkpoint": {
"stack": "dev"
}
}
But then immediately see the following ouput:
Created stack 'dev'
error: incorrect passphrase
Any ideas on what could be going on?