Skip to content

Add deprecation notice to READMEs and copy to artifact repos (#212) #18

Add deprecation notice to READMEs and copy to artifact repos (#212)

Add deprecation notice to READMEs and copy to artifact repos (#212) #18

name: Push Artifact - Kotlin
on:
push:
branches:
- main
paths:
- "sync-todo/v2/generated/kotlin-sdk/**"
jobs:
push:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: ./.github/actions/push-to-artifact-repo
with:
source: ./sync-todo/v2/generated/kotlin-sdk
destination_repo: mongodb/template-app-kotlin-todo.git
access_token: ${{ secrets.ARTIFACT_REPO_ACCESS_TOKEN }}