diff --git a/.gitea/workflows/action.yml b/.gitea/workflows/action.yml index c468525..7dbd3ff 100644 --- a/.gitea/workflows/action.yml +++ b/.gitea/workflows/action.yml @@ -25,7 +25,7 @@ jobs: with: registry: git.claeyscloud.com username: nologin - password: ${{ secrets.GITHUB_TOKEN }} + password: ${{ secrets.PACKAGE_TOKEN }} - name: Build and push uses: https://github.com/docker/build-push-action@v5 with: