Skip to content

Commit

Permalink
update mirror workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
yomaq committed Feb 7, 2025
1 parent c674a3a commit e010edf
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions .github/workflows/UpdateFlakeLock.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,8 @@ jobs:
with:
commit_message: "Update flake.lock"
file_pattern: "flake.lock"
- name: Mirror to Gitlab
uses: pixta-dev/repository-mirroring-action@v1
- uses: keninkujovic/gitlab-sync@2.0.0
with:
target_repo_url:
git@gitlab.com:yomaq2/nix-config.git
ssh_private_key: # <-- use 'secrets' to pass credential information.
${{ secrets.GITLAB_SSH_PRIVATE_KEY }}
gitlab_url: https://gitlab.com/yomaq2/nix-config.git
username: ${{ secrets.USERNAME }}
gitlab_pat: ${{ secrets.GITLAB_PAT }}

0 comments on commit e010edf

Please sign in to comment.