From 402a9fdf08b08115b081ea430dbb61ca88957245 Mon Sep 17 00:00:00 2001 From: Emily Rockman Date: Thu, 23 Feb 2023 09:57:30 -0600 Subject: [PATCH] add release prep secret (#648) --- .github/workflows/release.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 0aa1298c2..df30809a9 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -98,8 +98,7 @@ jobs: env_setup_script_path: "" test_run: ${{ inputs.test_run }} - secrets: - FISHTOWN_BOT_PAT: ${{ secrets.FISHTOWN_BOT_PAT }} + secrets: inherit log-outputs-audit-version-and-changelog: name: "[Log output] Bump package version, Generate changelog"