From fcb7da3cc72b5e6da75991025e87e943cc0787f4 Mon Sep 17 00:00:00 2001 From: damien Date: Thu, 27 Feb 2025 05:38:31 +0000 Subject: [PATCH] Update .github/workflows/release.yaml --- .github/workflows/release.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index aceda4c..ddaebbd 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -38,8 +38,8 @@ jobs: uses: docker/login-action@v2 with: registry: git.d4m13n.dev - username: ${{ secrets.GITEA_REGISTRY_USER }} # Store your Gitea registry username as a secret - password: ${{ secrets.GITEA_REGISTRY_TOKEN }} # Store your Gitea registry token/password as a secret + username: damienostler1@outlook.com # Store your Gitea registry username as a secret + password: ${{ secrets.PACKAGE_TOKEN }} # Store your Gitea registry token/password as a secret - name: Extract metadata for Docker id: meta