mirror of
https://github.com/FreeRTOS/FreeRTOS-Kernel.git
synced 2026-04-05 14:27:17 +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: ''
|
default: ''
|
||||||
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: false
|
||||||
default: ${{ github.token }}
|
default: ${{ github.token }}
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user