From 721ae13de2a8012ead07f24419c6d8d2866a5507 Mon Sep 17 00:00:00 2001 From: Alex Mickelson Date: Sat, 7 Feb 2026 15:26:55 -0700 Subject: [PATCH] creds --- .gitea/workflows/update-playlist.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitea/workflows/update-playlist.yml b/.gitea/workflows/update-playlist.yml index 2b5bcc3..ffe0edb 100644 --- a/.gitea/workflows/update-playlist.yml +++ b/.gitea/workflows/update-playlist.yml @@ -16,6 +16,7 @@ jobs: JELLYFIN_PASSWORD: ${{ secrets.JELLYFIN_PASSWORD }} working-directory: /home/gitea-runner/infrastructure run: | + echo "$JELLYFIN_USER $JELLYFIN_PASSWORD" > /home/gitea-runner/jellyfin_credentials.txt docker build -t jellyfin_management -f jellyfin/Dockerfile . docker run --rm \ -e JELLYFIN_USER=$JELLYFIN_USER \