From aaba23503f3ee7722007704d3cb71a7dcfe5a2c5 Mon Sep 17 00:00:00 2001 From: georgewrmarshall Date: Thu, 1 Feb 2024 14:50:54 -0800 Subject: [PATCH] fixing instance of PUBLISH_DOCS_TOKEN with storybook token --- .github/workflows/publish-release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish-release.yml b/.github/workflows/publish-release.yml index cc2ee6bc..c34aa270 100644 --- a/.github/workflows/publish-release.yml +++ b/.github/workflows/publish-release.yml @@ -7,7 +7,7 @@ on: required: true SLACK_WEBHOOK_URL: required: true - PUBLISH_DOCS_TOKEN: + PUBLISH_STORYBOOK_TOKEN: required: true jobs: