From fac58ca746625edaf957538340ccd9babbc2adae Mon Sep 17 00:00:00 2001 From: Smith Date: Sat, 25 Feb 2023 18:44:45 +0100 Subject: [PATCH] allow empty secret field in configure action --- .github/workflows/configure.yml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/.github/workflows/configure.yml b/.github/workflows/configure.yml index 6335dcf..e83a0f4 100644 --- a/.github/workflows/configure.yml +++ b/.github/workflows/configure.yml @@ -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: