Skip to content

Commit 41b6a62

Browse files
committed
Make the Github token optional
A default is useless when the variable is required.
1 parent fb2ab8d commit 41b6a62

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/auto-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ on:
1717
default: ''
1818
github_token:
1919
description: 'GitHub token for creating releases and pushing changes'
20-
required: true
20+
required: false
2121
default: ${{ github.token }}
2222

2323
jobs:

0 commit comments

Comments
 (0)