File: .env.example.sh

package info (click to toggle)
ruby-gitlab-labkit 0.36.1-2
  • links: PTS, VCS
  • area: main
  • in suites: experimental
  • size: 444 kB
  • sloc: ruby: 1,705; makefile: 6
file content (7 lines) | stat: -rw-r--r-- 325 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
export CI_PROJECT_ID=10947578
export CI_API_V4_URL="https://gitlab.com/api/v4"
export CI_PROJECT_URL="https://gitlab.com/gitlab-org/ruby/gems/labkit-ruby"
# Don't keep secrets in plaintext files. Use a keyring or 1password to load
# it instead and export it as an env var.
token=$(load-your-token)
export GITLAB_TOKEN=$token