Skip to content

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

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

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

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