mirror of
https://github.com/ivuorinen/actions.git
synced 2026-02-13 10:47:19 +00:00
chore: switch GITHUB_TOKEN to github.token, tweaks
This commit is contained in:
@@ -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'
|
||||
|
||||
Reference in New Issue
Block a user