Make the Github token optional

A default is useless when the variable
is required.
This commit is contained in:
Kody Stribrny 2026-03-30 16:01:49 -07:00
parent fb2ab8d575
commit 41b6a6205b

View file

@ -17,7 +17,7 @@ on:
default: ''
github_token:
description: 'GitHub token for creating releases and pushing changes'
required: true
required: false
default: ${{ github.token }}
jobs: