add publish fix to action
Some checks failed
Gitea Action Maven build / build (push) Failing after 12s

This commit is contained in:
Eduard Kuksa 2025-01-26 18:22:40 +07:00
parent dad81d739f
commit aaf77a7180

View File

@ -25,7 +25,7 @@ jobs:
- name: Publish to Gitea Packages - name: Publish to Gitea Packages
uses: gitea/actions/publish-package@v1 uses: gitea/actions/publish-package@v1
with: with:
token: ${{ secrets.GITEATOKEN }} token: ${{ secrets.GITEA_TOKEN }}
owner: ${{ github.repository_owner }} owner: ${{ github.repository_owner }}
repo: ${{ github.event.repository.name }} repo: ${{ github.event.repository.name }}
package-name: spring-demo package-name: spring-demo