mirror of
https://github.com/a-sync/game-server-watcher.git
synced 2026-07-22 05:41:43 -04:00
allow empty secret field in configure action
This commit is contained in:
5
.github/workflows/configure.yml
vendored
5
.github/workflows/configure.yml
vendored
@@ -6,20 +6,15 @@ on:
|
||||
secret:
|
||||
description: 'Admin secret'
|
||||
type: string
|
||||
default: ''
|
||||
required: true
|
||||
discord_bot_token:
|
||||
description: 'Discord bot token'
|
||||
type: string
|
||||
default: ''
|
||||
telegram_bot_token:
|
||||
description: 'Telegram bot token'
|
||||
type: string
|
||||
default: ''
|
||||
steam_web_api_key:
|
||||
description: 'Steam web API key'
|
||||
type: string
|
||||
default: ''
|
||||
|
||||
jobs:
|
||||
configure:
|
||||
|
||||
Reference in New Issue
Block a user