Skip to content

Commit

Permalink
CI: More commands
Browse files Browse the repository at this point in the history
  • Loading branch information
tchief committed Nov 28, 2023
1 parent 0139c2c commit 945de1b
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,23 @@ jobs:
- name: Check Supernova version
run: supernova --version

- name: Describe design system
run: >
supernova describe-design-system
--apiKey="${{ secrets.SN_API_KEY_PROD }}"
--designSystemId="105994"
- name: Describe workspaces
run: >
supernova describe-workspaces
--apiKey="${{ secrets.SN_API_KEY_PROD }}"
- name: Publish documentation
run: >
supernova publish-documentation
--apiKey="${{ secrets.SN_API_KEY_PROD }}"
--designSystemId="105994"
- name: Synchronize tokens with Supernova
run: >
supernova sync-tokens
Expand Down

0 comments on commit 945de1b

Please sign in to comment.