From e365da1b12b0a655d2214bd0a42ccdaa1fe97625 Mon Sep 17 00:00:00 2001 From: Kody Stribrny <89810515+kstribrnAmzn@users.noreply.github.com> Date: Mon, 30 Mar 2026 16:16:16 -0700 Subject: [PATCH] Make the Github token optional (#1390) A default is useless when the variable is required. --- .github/workflows/auto-release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/auto-release.yml b/.github/workflows/auto-release.yml index 21ab088b4..c1786ac22 100644 --- a/.github/workflows/auto-release.yml +++ b/.github/workflows/auto-release.yml @@ -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: