From 98f4c4b0c1f29378588e8decc80dcbbb039ded72 Mon Sep 17 00:00:00 2001 From: David Ashby Date: Wed, 20 Apr 2022 20:54:01 -0400 Subject: [PATCH] add compose_token to secrets list --- .woodpecker.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.woodpecker.yml b/.woodpecker.yml index 9e1f7ba..6146614 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -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"