Skip to content

(DOCSP-35276): Update baseURL and fix remaining dataExplorerLink issu… #1

(DOCSP-35276): Update baseURL and fix remaining dataExplorerLink issu…

(DOCSP-35276): Update baseURL and fix remaining dataExplorerLink issu… #1

name: Push Artifact - Web JS (Data API)
on:
workflow_dispatch:
push:
branches:
- main
paths:
- "other/web-js/generated/prod-data-api/**"
jobs:
push:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: ./.github/actions/push-to-artifact-repo
with:
source: ./other/web-js/generated/prod-data-api
destination_repo: mongodb/template-app-web-data-api-todo.git
access_token: ${{ secrets.ARTIFACT_REPO_ACCESS_TOKEN }}