Using authorization tokens in workflow actions
You can use a token provided by the workflow action to manually configure a package manager to authenticate with CodeCatalyst package repositories. CodeCatalyst makes this token available as an environment variable for you to reference in your actions.
Environment variable | Value |
---|---|
CATALYST_MACHINE_RESOURCE_NAME |
The user identity of the authorization token. |
CATALYST_PACKAGES_AUTHORIZATION_TOKEN |
The value of the authorization token. |
Note
Note that these environment variables will only be populated if you have configured your action to export the authorization token.
Use the following instructions to use an authorization token with a workflow action.