chore: set ${{ github.token }} as a default value for githubToken
parent
b9980d6db7
commit
eea8f375c1
|
@ -42,7 +42,7 @@ inputs:
|
||||||
description: 'GitHub Private Access Token (PAT) to pull from GitHub.'
|
description: 'GitHub Private Access Token (PAT) to pull from GitHub.'
|
||||||
githubToken:
|
githubToken:
|
||||||
required: false
|
required: false
|
||||||
default: ''
|
default: '${{ github.token }}'
|
||||||
description: 'Token to authorize access to the GitHub REST API. If provided, a check run will be created with the test results.'
|
description: 'Token to authorize access to the GitHub REST API. If provided, a check run will be created with the test results.'
|
||||||
checkName:
|
checkName:
|
||||||
required: false
|
required: false
|
||||||
|
|
Loading…
Reference in New Issue