mirror of
https://github.com/FreeRTOS/FreeRTOS-Kernel.git
synced 2026-04-03 04:27:39 -04:00
Provide a default token value (#1389)
This commit is contained in:
parent
caee8b6a94
commit
fb2ab8d575
1 changed files with 1 additions and 0 deletions
1
.github/workflows/auto-release.yml
vendored
1
.github/workflows/auto-release.yml
vendored
|
|
@ -18,6 +18,7 @@ on:
|
|||
github_token:
|
||||
description: 'GitHub token for creating releases and pushing changes'
|
||||
required: true
|
||||
default: ${{ github.token }}
|
||||
|
||||
jobs:
|
||||
release-packager:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue