Skip to content

Commit eaa1680

Browse files
committed
updated the sync driver job properties
1 parent ef794fd commit eaa1680

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/sync-driver.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@ jobs:
1111
with:
1212
node-version: 'latest'
1313
- run: yarn install
14-
- run: yarn run syncDriver
14+
- run: yarn run syncDriver:github
1515
env:
1616
MONGODB_URI: ${{ secrets.MONGODB_URI }}
17+
DOWNLOAD_URL: ${{ secrets.DOWNLOAD_URL }}
18+
VIEW_URL: ${{secrets.VIEW_URL}}

0 commit comments

Comments
 (0)