From 7165a2b90013ad59707b3dd0a8416612f0857ffb Mon Sep 17 00:00:00 2001 From: benoit74 Date: Thu, 23 Nov 2023 16:21:54 +0100 Subject: [PATCH] Align code for readability --- .github/workflows/Publish.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/Publish.yml b/.github/workflows/Publish.yml index e870f29..84bd69a 100644 --- a/.github/workflows/Publish.yml +++ b/.github/workflows/Publish.yml @@ -22,7 +22,8 @@ jobs: on-master: latest restrict-to: openzim/zimit-frontend registries: ghcr.io - credentials: GHCRIO_USERNAME=${{ secrets.GHCR_USERNAME }} + credentials: + GHCRIO_USERNAME=${{ secrets.GHCR_USERNAME }} GHCRIO_TOKEN=${{ secrets.GHCR_TOKEN }} - name: Deploy Zimit frontend changes to youzim.it