diff --git a/.forgejo/workflows/deploy.yml b/.forgejo/workflows/deploy.yml index 97f154f..3e4f0b2 100644 --- a/.forgejo/workflows/deploy.yml +++ b/.forgejo/workflows/deploy.yml @@ -23,8 +23,8 @@ jobs: uses: https://git.urec56.ru/urec/login-action@v3 with: registry: git.urec56.ru - username: ${{ github.actor }} - password: ${{ secrets.DOCKER_PASSWORD }} + username: ${{ forge.actor }} + password: ${{ secrets.DOCKER_TOKEN }} - name: Build and push backend uses: https://git.urec56.ru/urec/build-push-action@v6