Skip to content

Commit

Permalink
added sync
Browse files Browse the repository at this point in the history
  • Loading branch information
AntonioEstriga committed Aug 23, 2023
1 parent 0a578df commit 5a407c1
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions .github/workflows/sync.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
name: sync

on:
- push
- delete

jobs:
sync:
runs-on: ubuntu-latest
name: Git Repo Sync
steps:
- uses: actions/checkout@v2
with:
fetch-depth: 0
- uses: wangchucheng/git-repo-sync@v0.1.0
with:
# Such as https://github.com/wangchucheng/git-repo-sync.git
target-url: https://appcontrol.ama.lan/acessibilidade/accessmonitor/accessmonitor
# Such as wangchucheng
target-username: antonio.estriga
# You can store token in your project's 'Setting > Secrets' and reference the name here. Such as ${{ secrets.ACCESS_TOKEN }}
target-token: ${{ secrets.ACCESS_TOKEN }}

0 comments on commit 5a407c1

Please sign in to comment.