add woodpecker info

Amolith created

Change summary

dot_config/zsh/private_dot_zshrc.tmpl | 5 +++++
1 file changed, 5 insertions(+)

Detailed changes

dot_config/zsh/private_dot_zshrc.tmpl 🔗

@@ -122,6 +122,10 @@ 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" "Title" "bus-woodpecker-server" -}}"
+export WOODPECKER_TOKEN="{{- secret "lookup" "Title" "bus-woodpecker-token" -}}"
+
 #HYPHEN_INSENSITIVE="true"
 # Uncomment the following line if pasting URLs and other text is messed up.
 # DISABLE_MAGIC_FUNCTIONS=true
@@ -163,6 +167,7 @@ alias roll="roll -v"
 alias sxiv="sxiv -p"
 alias c="chezmoi"
 alias t="tea"
+alias w="woodpecker-cli"
 alias h="hledger"
 
 # Blog-related aliases