diff --git a/.gitea/workflows/dev.yaml b/.gitea/workflows/dev.yaml index a8afc29..1253384 100644 --- a/.gitea/workflows/dev.yaml +++ b/.gitea/workflows/dev.yaml @@ -47,8 +47,8 @@ jobs: uses: https://gitea.com/docker/login-action@v2 with: registry: git.pintantan.com - username: ${{ secrets.GITEA_USERNAME }} - password: ${{ secrets.GITEA_PASSWORD }} + username: tanghuan + password: th123th123 - name: Build and push Docker image uses: https://gitea.com/docker/build-push-action@v4