This message was deleted.
# getting-started
s
This message was deleted.
r
@straight-fireman-55591 I've also been having 403 from github api, we solved it by adding
pulumi plugin install <pluginname>
as the first line in the CI script
s
thanks, I fixed it by adding
Copy code
- export GITHUB_TOKEN=${PULUMI_TOKEN_GITHUB}