Skip to content

Commit dc1d5a3

Browse files
committed
chore: mark deprecated token as optional
1 parent 85465a7 commit dc1d5a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

action.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ inputs:
66
required: true
77
token:
88
description: GitHub token with read and write access to actions for the repository.
9-
required: true
9+
required: false
1010
default: ${{ github.token }}
1111
deprecationMessage: Token is no longer required.
1212
useGlob:

0 commit comments

Comments
 (0)