chore: set ${{ github.token }} as a default value for githubToken

pull/210/head
anatawa12 2022-12-24 19:10:21 +09:00 committed by GitHub
parent b9980d6db7
commit eea8f375c1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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