Paper-Makefile/.drone.yml
Dominik Meyer a8b69fa55a
All checks were successful
continuous-integration/drone/push Build is passing
build: fix not existing dependency
2024-12-27 15:50:26 +01:00

26 lines
621 B
YAML

---
kind: pipeline
type: kubernetes
name: mirror-to-github
node_selector:
kubernetes.io/arch: amd64
federationhq.de/location: Blumendorf
federationhq.de/compute: true
steps:
- name: github-mirror
image: registry.cloud.federationhq.de/drone-github-mirror:latest
pull: always
settings:
GH_TOKEN:
from_secret: GH_TOKEN
GH_REPO: "byterazor/Paper-Makefile"
GH_REPO_DESC: "Makefile for generating scientific papers written in latex"
GH_REPO_HOMEPAGE: https://gitea.federationhq.de/Research/Paper-Makefile"
---
kind: secret
name: GH_TOKEN
get:
path: github
name: token