From 8456e4e00285a34eb97d14101e6b033131c0e687 Mon Sep 17 00:00:00 2001 From: mdivecky Date: Mon, 29 May 2023 19:54:36 +0200 Subject: [PATCH] omg, env CI --- .woodpecker | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/.woodpecker b/.woodpecker index 21a1e10..397db9e 100644 --- a/.woodpecker +++ b/.woodpecker @@ -1,6 +1,9 @@ pipeline: build: image: python:latest + secrets: + - PUBLIC_ICAL_URL + - PRIVATE_ICAL_URL commands: - pip install -r ./requirements.txt - mkdir output @@ -12,12 +15,8 @@ pipeline: event: push branch: master secrets: - - PUBLIC_ICAL_URL - - PRIVATE_ICAL_URL - BOT_PRIVATE_KEY commands: - - export PUBLIC_ICAL_URL=${PUBLIC_ICAL_URL} - - export PRIVATE_ICAL_URL=${PRIVATE_ICAL_URL} - apk add openssh-client - mkdir -p $HOME/.ssh - ssh-keyscan -t rsa intrawiki.nolog.cz >> $HOME/.ssh/known_hosts