chore: switch GITHUB_TOKEN to github.token, tweaks

This commit is contained in:
2025-02-05 08:57:35 +02:00
parent 0875e0e52e
commit d680369759
12 changed files with 62 additions and 55 deletions

View File

@@ -12,7 +12,7 @@ inputs:
token:
description: 'GitHub token.'
required: false
default: '${{ secrets.GITHUB_TOKEN }}'
default: '${{ github.token }}'
username:
description: 'GitHub username for commits.'
default: 'github-actions'