Make the Github token optional (#1390)

A default is useless when the variable
is required.
This commit is contained in:
Kody Stribrny
2026-03-30 16:16:16 -07:00
committed by GitHub
parent fb2ab8d575
commit e365da1b12

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: