update secrets
ci/woodpecker/push/woodpecker Pipeline was successful
Details
ci/woodpecker/push/woodpecker Pipeline was successful
Details
This commit is contained in:
parent
15a3b8f39c
commit
f8535929ac
|
@ -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}
|
|
||||||
|
|
Loading…
Reference in New Issue