From 03877ae991e016558daa160485de6ef0f5020613 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=20Tr=C3=B6ger?= Date: Fri, 29 Aug 2025 09:59:17 +0200 Subject: [PATCH] Update deploy.yaml --- .gitea/workflows/deploy.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/deploy.yaml b/.gitea/workflows/deploy.yaml index 4ae8e75..0375a50 100644 --- a/.gitea/workflows/deploy.yaml +++ b/.gitea/workflows/deploy.yaml @@ -24,7 +24,7 @@ jobs: uses: actions/checkout@v4 - name: "check is REGISTRY_TOKEN exists" env: - super_secret: ${{ secrets.REGISTRY_TOKEN }} + super_secret: ${{ secrets.REGISTRY_TOKEN }} if: ${{ env.super_secret == '' }} run: 'echo "echo the secret \"REGISTRY_TOKEN\" has not been made; echo please go to \"settings \> secrets \> actions\" to create it" - name: Login to GitHub Container Registry