You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The documentation is a bit of a mixed bag - showing Pulumi set up using a personal token type and the github action code using organization token type.
It completely misses the need for the github action code to use scope: admin when using an organization token type with admin privileges.
Similarly, it doesn't show what the github actions code looks like if using a personal token type - specifically needing scope: user:USERNAME
And maybe there are similar needs for the Team token type.
So bottom line is that the docs page should be revamped to show the Pulumi and github actions configuration for: