From 4173312349775466954145a23f70b5bc796794c7 Mon Sep 17 00:00:00 2001 From: Dominik Meyer Date: Fri, 27 Dec 2024 23:38:57 +0100 Subject: [PATCH] build: mirror to github --- .drone.yml | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 .drone.yml diff --git a/.drone.yml b/.drone.yml new file mode 100644 index 0000000..48961ce --- /dev/null +++ b/.drone.yml @@ -0,0 +1,22 @@ +--- + +kind: pipeline +type: kubernetes +name: mirror-to-github +steps: + - name: github-mirror + image: byterazor/drone-github-mirror:latest + pull: always + settings: + GH_TOKEN: + from_secret: GH_TOKEN + GH_REPO: "ti-hsu-hh-de/EthernetCRC" + GH_REPO_DESC: "basic EthernetCRC VHDL Module" + GH_REPO_HOMEPAGE: "https://github.com/ti-hsu-hh-de/" + +--- +kind: secret +name: GH_TOKEN +get: + path: github + name: token \ No newline at end of file