Skip to main content

GitHub Target

Pushes your repositories to a GitHub repository.

Environment variables

NameDescription
GITHUB_TOKENA personal access token for accessing your GitHub repository.

Configuration

NameDescription
typeMust be github.
ownerRepository owner i.e. username or organisation.
repoRepository name.
branchThe git branch to push the artifacts to. Defaults to the default branch.
folderThe folder to store your artifacts in. Defaults to the repo root.

Example

target:
type: github
owner: my-org
repo: my-repo