diff --git a/.gitea/workflows/build.yml b/.gitea/workflows/build.yml index bef7633..4e463ae 100644 --- a/.gitea/workflows/build.yml +++ b/.gitea/workflows/build.yml @@ -40,7 +40,7 @@ jobs: with: registry: ${{ vars.REGISTRY_HOST }} username: ${{ gitea.actor }} - password: ${{ secrets.GITEA_TOKEN }} + password: ${{ secrets.TOKEN }} - name: Build and push uses: docker/build-push-action@v5