From 3576ab749478d3a034dd151156be0e5f26f9dfb8 Mon Sep 17 00:00:00 2001 From: Sthope Date: Sat, 2 Sep 2023 14:07:40 +0200 Subject: [PATCH] Update .drone.yml --- .drone.yml | 19 +++++++++++-------- 1 file changed, 11 insertions(+), 8 deletions(-) diff --git a/.drone.yml b/.drone.yml index eb95e44..bd97b18 100644 --- a/.drone.yml +++ b/.drone.yml @@ -10,11 +10,14 @@ steps: - pip install badgie - badgie -w README.md -- name: update-readme - image: alpine/git - commands: - - git config user.name "sthope" - - git config user.email "rjs.ricardosilva@gmail.com" - - git add README.md - - git commit -m "Update README.md 🐦" - - git push origin main + - name: update-readme + image: alpine/git + environment: + GIT_SSH_KEY: + from_secret: gitea_token + commands: + - git config user.name "sthope" + - git config user.email "rjs.ricarodsilva@gmail.com" + - git add README.md + - git commit -m "Update README.md 🐦" + - git push origin main \ No newline at end of file