diff --git a/.gitea/workflows/release-docs.yml b/.gitea/workflows/release-docs.yml index 1742500..503c53a 100644 --- a/.gitea/workflows/release-docs.yml +++ b/.gitea/workflows/release-docs.yml @@ -14,7 +14,7 @@ jobs: GITEA_TOKEN: ${{ secrets.GITEA_TOKEN }} run: | git clone -b ${GITHUB_REF#refs/tags/} \ - "https://gitea-actions:${GITEA_TOKEN}@${{ github.server_url }}/${{ github.repository }}.git" . + "${{ github.server_url }}/${{ github.repository }}.git" . - name: Package docs run: |