From a846e60d718ff14dcd7a80e8b7b5e20caca96eee Mon Sep 17 00:00:00 2001 From: Floatingghost Date: Sun, 5 Jan 2025 16:39:30 +0000 Subject: [PATCH] and the docs one --- .woodpecker/docs.yml | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/.woodpecker/docs.yml b/.woodpecker/docs.yml index c550c3022..f8cd12145 100644 --- a/.woodpecker/docs.yml +++ b/.woodpecker/docs.yml @@ -45,12 +45,14 @@ variables: steps: docs: <<: *on-point-release - secrets: - - SCW_ACCESS_KEY - - SCW_SECRET_KEY - - SCW_DEFAULT_ORGANIZATION_ID environment: CI: "true" + SCW_ACCESS_KEY: + from_secret: SCW_ACCESS_KEY + SCW_SECRET_KEY: + from_secret: SCW_SECRET_KEY + SCW_DEFAULT_ORGANIZATION_ID: + from_secret: SCW_DEFAULT_ORGANIZATION_ID image: python:3.10-slim commands: - apt-get update && apt-get install -y rclone wget git zip