From 5efbd03d981e35cb1829695d62df8c8b3aabdbbf Mon Sep 17 00:00:00 2001 From: Tanishq Dubey Date: Sat, 10 May 2025 08:21:54 -0400 Subject: [PATCH] add release test --- .gitea/workflows/release.yml | 4 ---- 1 file changed, 4 deletions(-) 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