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.'
|
||||
githubToken:
|
||||
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.'
|
||||
checkName:
|
||||
required: false
|
||||
|
|
Loading…
Reference in New Issue