EthernetCRC/.drone.yml
Dominik Meyer a3a0267dff
Some checks failed
continuous-integration/drone Build is failing
build: changed github token secret name
2024-12-27 23:54:47 +01:00

22 lines
435 B
YAML

---
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: github
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