make sure secret works
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed

This commit is contained in:
David 2022-04-20 20:25:40 -04:00
parent 9de327af59
commit 77d784a1c5

View File

@ -20,7 +20,7 @@
commands:
- apk add curl
- "curl http://yetaga.in:4000/api/ps -H 'Authorization: Bearer ${COMPOSE_TOKEN}' || true"
secrets: [COMPOSE_TOKEN]
secrets: [compose_token]
when:
branch: "test-woodpecker"