From eea8f375c12884b439a5014cd2b9dcce373434ca Mon Sep 17 00:00:00 2001 From: anatawa12 Date: Sat, 24 Dec 2022 19:10:21 +0900 Subject: [PATCH] chore: set ${{ github.token }} as a default value for githubToken --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index a8a383b8..d65c5638 100644 --- a/action.yml +++ b/action.yml @@ -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