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: pipeline:
build: build:
image: node image: node
secrets: [bot_token, BOT_TOKEN] secrets: [BOT_TOKEN]
commands: commands:
#- yarn install #- yarn install
# - yarn run clean # - yarn run clean
- echo $TOKEN - echo $CI_REPO
- echo $$TOKEN
- echo $${TOKEN}
- echo 'With Bot'
- echo $BOT_TOKEN
- echo $$BOT_TOKEN
- echo $${BOT_TOKEN}