Skip to content

Commit 4cb8a13

Browse files
committed
action: make github token optional
1 parent 67503c7 commit 4cb8a13

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ author: 'golangci'
55
inputs:
66
github_token:
77
description: 'GITHUB_TOKEN'
8-
required: true
8+
required: false
99
flags:
1010
description: 'GolangCI command line flags'
1111
required: false

0 commit comments

Comments
 (0)