From 72924b834d236d6e6fe70a9f5a459ac819db475c Mon Sep 17 00:00:00 2001 From: Fijxu Date: Fri, 22 Mar 2024 14:54:29 -0300 Subject: [PATCH] test12345 --- .forgejo/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.forgejo/workflows/ci.yml b/.forgejo/workflows/ci.yml index 8e02e6b..b9f141c 100644 --- a/.forgejo/workflows/ci.yml +++ b/.forgejo/workflows/ci.yml @@ -26,8 +26,8 @@ jobs: if: (github.ref == 'refs/heads/dev') && (github.repository == 'suyu/build-environments') with: registry: git.suyu.dev - username: ${{ secrets.FORGEJO_USERNAME }} - password: ${{ secrets.FORGEJO_TOKEN }} + username: ${{ secrets.USERNAME }} + password: ${{ secrets.TOKEN }} - uses: https://github.com/docker/build-push-action@v2 name: Build image with: