diff --git a/.gitea/workflows/build.yml b/.gitea/workflows/build.yml index 89acf47..5341318 100644 --- a/.gitea/workflows/build.yml +++ b/.gitea/workflows/build.yml @@ -23,7 +23,7 @@ jobs: with: registry: git.cesium.pw username: ${{ gitea.actor }} - password: ${{ secrets.GITEA_TOKEN }} + password: ${{ secrets.TOKEN }} - name: Build and push uses: docker/build-push-action@v5