diff --git a/.github/workflows/create-release.yaml b/.github/workflows/create-release.yaml index f9fd6a8..1fe06ac 100644 --- a/.github/workflows/create-release.yaml +++ b/.github/workflows/create-release.yaml @@ -49,7 +49,7 @@ jobs: - name: "Create Gitea Release" env: GITEA_TOKEN: ${{ secrets.TOKEN_GITEA }} - GITEA_API_URL: ${{ gitea.instance }}/api/v1 + GITEA_API_URL: https://git.nethery.dev/api/v1 OWNER: ${{ gitea.repository_owner }} REPO: ${{ gitea.repository_name }} run: |