mirror of
https://github.com/peaceiris/actions-gh-pages.git
synced 2025-07-18 08:23:15 +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:
|
github_token:
|
||||||
description: 'Set a generated GITHUB_TOKEN for pushing to the remote branch.'
|
description: 'Set a generated GITHUB_TOKEN for pushing to the remote branch.'
|
||||||
required: false
|
required: false
|
||||||
|
default: ${{ github.token }}
|
||||||
personal_token:
|
personal_token:
|
||||||
description: 'Set a personal access token for pushing to the remote branch.'
|
description: 'Set a personal access token for pushing to the remote branch.'
|
||||||
required: false
|
required: false
|
||||||
|
Loading…
x
Reference in New Issue
Block a user