add compose_token to secrets list
ci/woodpecker/push/woodpecker Pipeline was successful Details

This commit is contained in:
David 2022-04-20 20:54:01 -04:00
parent 48fc2970ad
commit 98f4c4b0c1
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@
- docker push registry.yetaga.in/library:latest
- 'curl http://172.17.0.1:4000/api/fetch -H "Authorization: Bearer $COMPOSE_TOKEN"'
- 'curl http://172.17.0.1:4000/api/update -H "Authorization: Bearer $COMPOSE_TOKEN"'
secrets: [docker_username, docker_password]
secrets: [docker_username, docker_password, compose_token]
when:
branch: "master"