diff --git a/.woodpecker/mautrix-facebook.yaml b/.woodpecker/mautrix-facebook.yaml index fd29eb2..1a39b09 100644 --- a/.woodpecker/mautrix-facebook.yaml +++ b/.woodpecker/mautrix-facebook.yaml @@ -6,7 +6,7 @@ branches: pipeline: package: image: "docker.io/alpine/helm:latest" - secrets: [helm_user, helm_password] + secrets: [helm_user, helm_password, helm_repo] commands: - helm plugin install https://github.com/chartmuseum/helm-push - helm repo add therepo $HELM_REPO --username $HELM_USER --password $HELM_PASSWORD diff --git a/.woodpecker/mautrix-whatsapp.yaml b/.woodpecker/mautrix-whatsapp.yaml index 4196666..07c27c4 100644 --- a/.woodpecker/mautrix-whatsapp.yaml +++ b/.woodpecker/mautrix-whatsapp.yaml @@ -6,7 +6,7 @@ branches: pipeline: package: image: "docker.io/alpine/helm:latest" - secrets: [helm_user, helm_password] + secrets: [helm_user, helm_password, helm_repo] commands: - helm plugin install https://github.com/chartmuseum/helm-push - helm repo add therepo $HELM_REPO --username $HELM_USER --password $HELM_PASSWORD