From b698e3b17d07a24a9d77af8376a89ad3af6798b8 Mon Sep 17 00:00:00 2001 From: literat Date: Thu, 9 Nov 2023 20:52:11 +0100 Subject: [PATCH] Fix(ci): Typo in Supernova workflow --- .github/workflows/supernova.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/supernova.yaml b/.github/workflows/supernova.yaml index ba8b50c48a..a65dc9362d 100644 --- a/.github/workflows/supernova.yaml +++ b/.github/workflows/supernova.yaml @@ -20,4 +20,4 @@ jobs: node-version-file: '.nvmrc' - name: Publish Supernova Documentation - run: npx @supernovaio/cli publish-documentation --apiKey="${{secrets.SUPERNOVA_TOKEN}}" --designSystemId="${{secrets.SUPERNOVA_DS_ID}" + run: npx @supernovaio/cli publish-documentation --apiKey="${{secrets.SUPERNOVA_TOKEN}}" --designSystemId="${{secrets.SUPERNOVA_DS_ID}}"