pad-archiver/README.md
2023-05-25 16:24:00 +02:00

18 lines
559 B
Markdown

# pad-archiver
Archives the list of URLs provided on the standard input.
```shell
go build
pad-archiver < pads.txt
```
The CI-config in `lib/gitlab-ci.yml` can be used in your project by including the following at the top of your project's `.gitlab-ci.yml`.
```yaml
include:
- https://raw.githubusercontent.com/dadada/pad-archiver/main/lib/gitlab-ci.yml
```
The project that includes the CI configuration has to provide the environment variable `CI_ACCESS_TOKEN`.
The variable must contain a project access token that can push commits to your project.