Skip to content

ci: add a job to push to nightly

This needs 2 things before it will work.

  1. Ensure that the master branch is protected (I just added support for mainline and main branches as well)
  2. A REPO_TOKEN variable that's protected to your repository. Need to send it to you with some secure way.

Docs

  1. https://docs.gitlab.com/ee/user/project/protected_branches.html#configuring-protected-branches
  2. https://docs.gitlab.com/ee/ci/variables/#protect-a-custom-variable

Merge request reports