mirror of
https://github.com/peaceiris/actions-gh-pages.git
synced 2025-07-16 23:43:21 +08:00
feat: default github_token
to github.token
This commit is contained in:
parent
8f8bc4611e
commit
1a483dfcb5
@ -14,6 +14,7 @@ inputs:
|
||||
github_token:
|
||||
description: 'Set a generated GITHUB_TOKEN for pushing to the remote branch.'
|
||||
required: false
|
||||
default: ${{ github.token }}
|
||||
personal_token:
|
||||
description: 'Set a personal access token for pushing to the remote branch.'
|
||||
required: false
|
||||
|
Loading…
x
Reference in New Issue
Block a user