From 01c5ee8e022b1082e0b6099c9c3c7c98675f4dc9 Mon Sep 17 00:00:00 2001 From: Ruthenic Date: Sat, 17 Sep 2022 16:35:18 -0400 Subject: [PATCH] kill me --- .woodpecker.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.woodpecker.yml b/.woodpecker.yml index 5cee9aa..435fb33 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -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 ]