DATA-4295: SDK/CLI changes to support ExportTabularData and GetLatest… #26
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Main | |
on: | |
push: | |
branches: | |
- main | |
jobs: | |
test: | |
uses: viamrobotics/viam-typescript-sdk/.github/workflows/test.yml@main | |
publish_next: | |
needs: test | |
uses: viamrobotics/viam-typescript-sdk/.github/workflows/publish_next.yml@main | |
secrets: | |
NPM_TOKEN: ${{ secrets.NPM_TOKEN }} |