Open greg-prospyr opened 1 year ago
Hi @greg-prospyr , thank you for the report! This looks like the same root cause than pulumi/actions#815. Is your CI Github Actions, per chance? Then you could try setting
env:
PULUMI_ACCESS_TOKEN: ${{ secrets.PULUMI_ACCESS_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
as advised in that issue, until there is a better fix.
What happened?
I've been getting the following error message lately during
pulumi up
in our CI:Steps to reproduce
my package.json contains:
"@pulumi/metabase": "^0.0.3",
and the way we use the plugin is:
Expected Behavior
pulumi up successfully
Actual Behavior
I've been getting the following error message lately during
pulumi up
in our CI:Output of
pulumi about
Additional context
No response
Contributing
Vote on this issue by adding a 👍 reaction. To contribute a fix for this issue, leave a comment (and link to your pull request, if you've opened one already).