Skip to content

Commit

Permalink
Add mirroring
Browse files Browse the repository at this point in the history
  • Loading branch information
danmindru committed Feb 6, 2025
1 parent f23f2c6 commit 192e74d
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions .github/workflows/mirror-page-ui-to-page-ai.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
name: Push PageUI

on:
push:
branches:
- main # Adjust branch as needed

jobs:
copy-file:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2

- name: Pushes all PageUI templates to PageAI
uses: datalbry/[email protected]
env:
API_TOKEN_GITHUB: ${{ secrets.API_TOKEN_GITHUB }}
with:
source_folder: './'
destination_repo: 'danmindru/page-ai'
destination_branch: 'main'
destination_folder: 'packages/api/page-ui'
user_email: '[email protected]'
user_name: 'danmindru'
commit_msg: '🔄 Sync Page UI'

0 comments on commit 192e74d

Please sign in to comment.