add release test
Some checks failed
Scheduled Fake Commits / create_scheduled_commits (push) Failing after 13s
Some checks failed
Scheduled Fake Commits / create_scheduled_commits (push) Failing after 13s
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user