Provide a default token value (#1389)

This commit is contained in:
Kody Stribrny 2026-03-30 15:52:02 -07:00 committed by GitHub
parent caee8b6a94
commit fb2ab8d575
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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