diff --git a/.woodpecker.yml b/.woodpecker.yml index 9011308..c187a91 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -12,6 +12,7 @@ pipeline: image: docker commands: - echo ${IGOR_KEY} + secrets: [ igor_key ] publish: image: plugins/ansible @@ -20,6 +21,7 @@ pipeline: inventory: hosts.ini user: igor private_key: $IGOR_KEY + secrets: [ igor_key ] notify: image: plugins/matrix