pulumi/esc-export-secrets-action

GitHub Action to export GitHub Actions secrets to ESC environments.

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
organizationThe Pulumi Organization that contains the environments.yes""
export-organization-secretsTrue to update the organization environment as well as the repository environment.nofalse
exclude-secretsA comma-separated list of secrets to exclude from the export.no""
org-environmentThe ESC environment that will hold organization secretsno""
repo-environmentThe ESC environment that will hold repository secretsno""
github-tokenThe GitHub Access Token to use to authenticate with the GitHub APIyes
cloud-urlThe URL of the Pulumi Cloud API. Defaults to https://api.pulumi.com.no""
oidc-authTrue to authenticate with the Pulumi Cloud using OIDCnofalse
oidc-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
oidc-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
oidc-token-expirationThe token expiration requested. It is up to the Pulumi authorization server to grant or reduce it. no

no outputs