diff --git a/.gitea/workflows/release.yml b/.gitea/workflows/release.yml index 7f1817ecc..220f5cdb1 100644 --- a/.gitea/workflows/release.yml +++ b/.gitea/workflows/release.yml @@ -12,11 +12,7 @@ jobs: - name: Checkout repository uses: actions/checkout@v4 with: - # Fetch the full history to ensure pushes work correctly fetch-depth: 0 - # Use a token with write access. This should be stored as a secret in your Gitea repo settings. - # The default GITEA_TOKEN might not have push permissions, so a Personal Access Token is recommended. - token: ${{ secrets.COMMIT_TOKEN }} # Replace GITEA_TOKEN with the name of your secret - name: Set up Git config # Configure Git user details globally for the runner