pulumi/Pulumi Auth Action

Authenticate to Pulumi Cloud from GitHub Actions via OpenID Connect.

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
organizationThe name of the pulumi organizationyes
requested-token-typeType of access token type to request: - urn:pulumi:token-type:access_token:organization - urn:pulumi:token-type:access_token:team - urn:pulumi:token-type:access_token:personal no
scopeThe scope to use when requesting the Pulumi access token, according to the token type: - For personal access tokens: `user:USER_NAME` - For team access tokens: `team:TEAM_NAME` - For organization access tokens, no scope is required no
token-expirationThe token expiration requested. It is up to the Pulumi authorization server to grant or reduce it. no
export-environment-variablesIf true, this action will export the Pulumi credentials as environment variables to be consumed by downstream step notrue
cloud-urlA cloud URL to log in tono
namedescription
pulumi-access-tokenPulumi access token