mirror of
https://github.com/peaceiris/actions-gh-pages.git
synced 2026-09-23 13:18:40 +00:00
feat: default github_token to github.token
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user