From 44883795599fd2e053862f9471070a7227a4e16a Mon Sep 17 00:00:00 2001 From: Amolith Date: Wed, 17 May 2023 15:45:28 -0400 Subject: [PATCH] remove woodpecker stuff --- dot_config/zsh/private_dot_zshrc.tmpl | 4 ---- 1 file changed, 4 deletions(-) diff --git a/dot_config/zsh/private_dot_zshrc.tmpl b/dot_config/zsh/private_dot_zshrc.tmpl index 1fdd2852d754d35a9297847590445c94a7c41f42..1f9ee450c6bed4a1d31541ed72bf67d1a2d1af85 100644 --- a/dot_config/zsh/private_dot_zshrc.tmpl +++ b/dot_config/zsh/private_dot_zshrc.tmpl @@ -140,10 +140,6 @@ CASE_SENSITIVE="false" # Disable dumb Python keyring integration export PYTHON_KEYRING_BACKEND=keyring.backends.null.Keyring -# Authenticate to Woodpecker CI -export WOODPECKER_SERVER="{{- secret "lookup" "name" "bus-woodpecker-server" -}}" -export WOODPECKER_TOKEN="{{- secret "lookup" "name" "bus-woodpecker-token" -}}" - # Authenticate to Bitwarden export BW_SESSION="{{- secret "lookup" "name" "bw-session" -}}"