add release test
Some checks failed
Scheduled Fake Commits / create_scheduled_commits (push) Failing after 13s

This commit is contained in:
2025-05-10 08:21:54 -04:00
parent 7fabcc7fd5
commit 5efbd03d98

View File

@ -12,11 +12,7 @@ jobs:
- name: Checkout repository - name: Checkout repository
uses: actions/checkout@v4 uses: actions/checkout@v4
with: with:
# Fetch the full history to ensure pushes work correctly
fetch-depth: 0 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 - name: Set up Git config
# Configure Git user details globally for the runner # Configure Git user details globally for the runner