update secrets
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful

This commit is contained in:
mightypanders 2022-03-06 13:57:23 +01:00
parent 15a3b8f39c
commit f8535929ac

View File

@ -1,14 +1,8 @@
pipeline:
build:
image: node
secrets: [bot_token, BOT_TOKEN]
secrets: [BOT_TOKEN]
commands:
#- yarn install
# - yarn run clean
- echo $TOKEN
- echo $$TOKEN
- echo $${TOKEN}
- echo 'With Bot'
- echo $BOT_TOKEN
- echo $$BOT_TOKEN
- echo $${BOT_TOKEN}
- echo $CI_REPO