GitHub
This is an older version of the document. To view the most recent version of the document, click here.
GitHub Artifacts Account
Spinnaker can be configured to listen to changes to a repository in GitHub. These steps show you how to configure a GitHub artifact account so that Spinnaker can download files from GitHub.
Prerequisites
It’s mandatory to have a valid GitHub Account.
Downloading GitHub Credentials:
Follow the below steps to generate an Access Token for GitHub. Ensure to provide repo scope for the newly created Token.
Place the token in a file $TOKEN_File readable by Halyard:
Enable GitHub Artifact Settings
Ensure to have the following values enabled
Ensure to have the GitHub Artifacts Support is enabled on Spinnaker
Execute the following command to add an Artifact Account
Note: To Explore more options on this configuration, click here
Last updated