Files

22 lines
483 B
YAML
Raw Permalink Normal View History

2023-09-02 13:42:17 +02:00
---
kind: pipeline
name: python
2023-09-02 14:18:10 +02:00
2023-09-02 13:42:17 +02:00
steps:
2023-09-02 14:18:10 +02:00
2023-09-02 15:37:35 +02:00
- name: badgie
image: python
environment:
USERNAME:
from_secret: user_gitea
PASSWORD:
from_secret: gitea_token
2023-09-02 15:31:14 +02:00
commands:
2023-09-02 15:37:35 +02:00
- pip install badgie
- badgie -w README.md -s for-the-badge
# - git remote set-url origin https://$USERNAME:$PASSWORD@git.sthope.dev/sthope/portainer-template
- git add README.md
- git commit -m "Update README.md 🐦"
- git push origin main