---
kind: pipeline
type: docker

trigger:
  branch:
   - master

steps:
  - name: build
    image: famfo/wiki-ng-sync
    commands:
    - bash  /scripts/sync.sh
    environment:
      # Gitea access token with repository read
      # and write pemissions to wiki and wiki-ng
      API_TOKEN:
        from_secret: API_KEY

---
kind: signature
hmac: aecbf74e80aa00712ff2d52833db1cc57d67e9cf7dc94f86dc074a94e8e15b04

...
