Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 1d4576c

Browse files
committed
Default to the GitHub token
1 parent 70e1324 commit 1d4576c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

action.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,8 @@ inputs:
1010
required: true
1111
github-token:
1212
description: The GitHub token used to create an authenticated client
13-
required: true
13+
default: ${{ github.token }}
14+
required: false
1415
debug:
1516
description: Whether to tell the GitHub client to log details of its requests
1617
default: false

0 commit comments

Comments
 (0)