Skip to content

Commit

Permalink
Update oc.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
pathmapper authored May 27, 2024
1 parent b9fd308 commit d3d9010
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions .github/workflows/oc.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
# from https://dev.to/brunorobert/github-and-gitlab-sync-44mn

name: oc

on:
Expand All @@ -14,8 +12,8 @@ jobs:
- uses: actions/checkout@v3
with:
fetch-depth: 0
- uses: wangchucheng/git-repo-sync@v0.1.0
- uses: repo-sync/github-sync@v2
with:
target-url: ${{ secrets.TARGET_URL }}
target-username: ${{ secrets.TARGET_USERNAME }}
target-token: ${{ secrets.TARGET_TOKEN }}
source_repo: "https://github.com/${{ github.repository }}"
destination_repo: ${{ secrets.TARGET_URL }}
destination_tokenn: ${{ secrets.TARGET_TOKEN }}

0 comments on commit d3d9010

Please sign in to comment.