make sure secret works
ci/woodpecker/push/woodpecker Pipeline failed Details

This commit is contained in:
David 2022-04-20 20:25:40 -04:00
parent 9de327af59
commit 77d784a1c5
1 changed files with 1 additions and 1 deletions

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"