remove woodpecker stuff

Amolith created

Change summary

dot_config/zsh/private_dot_zshrc.tmpl | 4 ----
1 file changed, 4 deletions(-)

Detailed changes

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" -}}"