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 a101adf commit 38e4047
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions .github/workflows/develop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,26 @@ 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"
--environment=development
- name: Describe workspaces
run: >
supernova describe-workspaces
--apiKey="${{ secrets.SN_API_KEY_PROD }}"
--environment=development
- name: Publish documentation
run: >
supernova publish-documentation
--apiKey="${{ secrets.SN_API_KEY_PROD }}"
--designSystemId="105994"
--environment=development
- name: Synchronize tokens with Supernova
run: >
supernova sync-tokens
Expand Down

0 comments on commit 38e4047

Please sign in to comment.