mirror of
https://github.com/FreeRTOS/FreeRTOS-Kernel.git
synced 2026-04-03 21:37:18 +02:00
Make the Github token optional (#1390)
A default is useless when the variable is required.
This commit is contained in:
parent
fb2ab8d575
commit
e365da1b12
2
.github/workflows/auto-release.yml
vendored
2
.github/workflows/auto-release.yml
vendored
@ -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:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user