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