kill me
ci/woodpecker/push/woodpecker Pipeline failed Details

master
Drake 2 years ago
parent e039c184fc
commit 01c5ee8e02

@ -10,9 +10,8 @@ pipeline:
event: [ pull_request, push ]
publish:
image: bitnami/git
secrets: [ access_token ]
commands:
- echo $access_token
- echo $ACCESS_TOKEN
- git config --global credential.helper store
- git config --global user.name "BotUser"
- git config --global user.email "awaynian.trow@gmail.com"
@ -26,3 +25,4 @@ pipeline:
- git add .
- git commit -m "Update build"
- git push --force -u origin master
secrets: [ access_token ]

Loading…
Cancel
Save