Skip to content

Commit

Permalink
add gitlab actions
Browse files Browse the repository at this point in the history
  • Loading branch information
glendmaatita committed Dec 19, 2023
1 parent a72e62d commit e71f440
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions .github/workflows/sync.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
name: synchronize develop

on:
push:
branches:
- develop

jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2

- uses: landx-id/github-repository-sync-action@master
with:
ssh_private_key: ${{ secrets.SSH_PRIVATE_KEY }}
target_repo_url: [email protected]:imp/e-approval-apps.git
source_branch: develop
destination_branch: develop

0 comments on commit e71f440

Please sign in to comment.