GitHub
GitHub Artifacts Account
Prerequisites
Downloading GitHub Credentials:
echo $TOKEN > $TOKEN_FILE
Enable GitHub Artifact Settings
# See the prerequisites section above TOKEN_FILE= ARTIFACT_ACCOUNT_NAME=my-github-artifact-accounthal config features edit --artifacts true hal config artifact github enablehal config artifact github account add $ARTIFACT_ACCOUNT_NAME \ --token-file $TOKEN_FILE
Last updated