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

This commit is contained in:
mightypanders 2022-03-06 13:54:58 +01:00
parent 26ffb50886
commit 921ecc73b3

View File

@ -7,6 +7,12 @@ pipeline:
build: build:
image: node image: node
commands: commands:
- yarn install #- yarn install
- yarn run clean # - yarn run clean
- echo $TOKEN
- echo $$TOKEN
- echo $${TOKEN}
- echo 'With Bot'
- echo $BOT_TOKEN - echo $BOT_TOKEN
- echo $$BOT_TOKEN
- echo $${BOT_TOKEN}