Add GitLabDemoUpstream.jl as a dependency

Just following https://docs.gitlab.com/ee/ci/ssh_keys/README.html

Concrete steps:

  1. Create an SSH key pair with ssh-keygen -t ed25519 -C GitLabDemoDownstream@gitlab-ci -f key
  2. Add the public key as a deploy key at https://gitlab.com/tkfm/gitlabdemoupstream.jl/-/settings/repository#js-deploy-keys-settings
  3. Add the private key as SSH_PRIVATE_KEY environment variable at https://gitlab.com/tkfm/gitlabdemodownstream.jl/-/settings/ci_cd
Edited by Takafumi Arakaki

Merge request reports

Loading