Skip to content

Commit

Permalink
Fix(ci): Typo in Supernova workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
literat committed Nov 9, 2023
1 parent 26e593b commit bc8f762
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/supernova.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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}}"

0 comments on commit bc8f762

Please sign in to comment.