https://github.com/saulshanabrook/gitlab-ci-token
https://github.com/saulshanabrook/gitlab-ci-token
Last synced: 8 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/saulshanabrook/gitlab-ci-token
- Owner: saulshanabrook
- Created: 2016-01-14T21:44:54.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2016-01-14T21:45:16.000Z (almost 10 years ago)
- Last Synced: 2025-02-15T08:17:01.880Z (8 months ago)
- Language: Shell
- Size: 0 Bytes
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# `gitlab-ci-token`
Generate a Gitlab CI runner token from a runner registration token.
Don't know the difference? Check out their [docs](http://doc.gitlab.com/ee/ci/api/README.html)
and [two](https://gitlab.com/gitlab-org/gitlab-ci-multi-runner/issues/985)
[related](https://gitlab.com/gitlab-org/gitlab-ci-multi-runner/issues/281)
issues that provide some background.```bash
$ docker run --rm -e TOKEN=... [-e URL=https://gitlab.com/ci] [-e TAGS=hey,there] [-e DESCRIPTION=yeah] quay.io/saulshanabrook/gitlab-ci-token
```