No description
![]() Bumps [cachix/install-nix-action](https://github.com/cachix/install-nix-action) from 20 to 21. - [Release notes](https://github.com/cachix/install-nix-action/releases) - [Commits](https://github.com/cachix/install-nix-action/compare/v20...v21) --- updated-dependencies: - dependency-name: cachix/install-nix-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> |
||
---|---|---|
.github | ||
lib | ||
nix | ||
.envrc | ||
.gitignore | ||
.gitlab-ci.yml | ||
Dockerfile | ||
flake.lock | ||
flake.nix | ||
go.mod | ||
go.sum | ||
LICENSE | ||
main.go | ||
README.md |
pad-archiver
Archives the list of URLs provided on the standard input.
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
.
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.