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 38e4047 commit a995018
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/develop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,21 +40,21 @@ jobs:
- name: Describe design system
run: >
supernova describe-design-system
--apiKey="${{ secrets.SN_API_KEY_PROD }}"
--designSystemId="105994"
--apiKey="${{ secrets.SN_API_KEY_DEV }}"
--designSystemId="3644"
--environment=development
- name: Describe workspaces
run: >
supernova describe-workspaces
--apiKey="${{ secrets.SN_API_KEY_PROD }}"
--apiKey="${{ secrets.SN_API_KEY_DEV }}"
--environment=development
- name: Publish documentation
run: >
supernova publish-documentation
--apiKey="${{ secrets.SN_API_KEY_PROD }}"
--designSystemId="105994"
--apiKey="${{ secrets.SN_API_KEY_DEV }}"
--designSystemId="3644"
--environment=development
- name: Synchronize tokens with Supernova
Expand Down

0 comments on commit a995018

Please sign in to comment.