From 5e4e1e907165078413e1bf0875313344a50c1656 Mon Sep 17 00:00:00 2001 From: Florian RICHER Date: Tue, 21 Nov 2023 20:28:51 +0100 Subject: [PATCH] Try with other name of secrets --- .gitea/workflows/deploy.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitea/workflows/deploy.yml b/.gitea/workflows/deploy.yml index 5ec92bb..3b21adf 100644 --- a/.gitea/workflows/deploy.yml +++ b/.gitea/workflows/deploy.yml @@ -26,8 +26,8 @@ jobs: uses: https://github.com/docker/login-action@v3 with: registry: gitea.mrdev023.fr - username: ${{ secrets.GITEA_USERNAME }} - password: ${{ secrets.GITEA_PASSWORD }} + username: ${{ secrets.USERNAME }} + password: ${{ secrets.PASSWORD }} - name: Build and push uses: https://github.com/docker/build-push-action@v5