diff --git a/.gitea/workflows/build-stable.yml b/.gitea/workflows/build-stable.yml index dd7cb33..1a9a0fe 100644 --- a/.gitea/workflows/build-stable.yml +++ b/.gitea/workflows/build-stable.yml @@ -33,7 +33,7 @@ jobs: uses: docker/login-action@v3 with: registry: git.vpn.cusano.net - username: ${{ github.actor }} # Uses the user or bot that triggered the workflow + username: ${{ gitea.actor }} # Uses the user or bot that triggered the workflow password: ${{ secrets.GITHUB_TOKEN }} # The built-in, temporary token - name: Get Meta