From 453880f1e35f27c57c7f449f8ae1f5da143f0b28 Mon Sep 17 00:00:00 2001 From: Adam Matthiesen <30383579+Adammatthiesen@users.noreply.github.com> Date: Mon, 11 Mar 2024 14:52:44 -0700 Subject: [PATCH] Update gitlab-sync.yml --- .github/workflows/gitlab-sync.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/gitlab-sync.yml b/.github/workflows/gitlab-sync.yml index 702e4a4..85919d2 100644 --- a/.github/workflows/gitlab-sync.yml +++ b/.github/workflows/gitlab-sync.yml @@ -12,11 +12,11 @@ jobs: - uses: actions/checkout@v4 with: fetch-depth: 0 - - uses: jauderho/git-repo-sync@63782025e80e84c48b25a1ee6bb9a22a3bd570d3 + - uses: matthiesenxyz/git-sync-action@main with: # Such as https://github.com/wangchucheng/git-repo-sync.git target-url: ${{ secrets.GITLAB_URL }} # Such as wangchucheng target-username: ${{ secrets.GITLAB_USERNAME }} # You can store token in your project's 'Setting > Secrets' and reference the name here. Such as ${{ secrets.ACCESS\_TOKEN }} - target-token: ${{ secrets.GITLAB_ACCESS }} \ No newline at end of file + target-token: ${{ secrets.GITLAB_ACCESS }}