Skip to content

Commit

Permalink
add nix repo to repo sync chain 🔗
Browse files Browse the repository at this point in the history
  • Loading branch information
scottmckendry committed Sep 8, 2024
1 parent 0de2500 commit 6f866f9
Showing 1 changed file with 14 additions and 1 deletion.
15 changes: 14 additions & 1 deletion .github/workflows/sync.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- name: Checkout
uses: actions/checkout@v4

- name: Sync ${{ matrix.file }}
- name: Sync ${{ matrix.file }} to dots
uses: scottmckendry/repo-files-clean-copy-sync@main
env:
API_TOKEN_GITHUB: ${{ secrets.SYNC_TOKEN }}
Expand All @@ -29,3 +29,16 @@ jobs:
user_name: "Scott McKendry"
commit_message: "${{ github.event.head_commit.message }}\n[skip ci]\nAutomated sync from scottmckendry/Windots"
git_server: "github.com"

- name: Sync ${{ matrix.file }} to nix
uses: scottmckendry/repo-files-clean-copy-sync@main
env:
API_TOKEN_GITHUB: ${{ secrets.SYNC_TOKEN }}
with:
source_file: "${{ matrix.file }}/"
destination_repo: "scottmckendry/nix"
destination_folder: "/"
user_email: "[email protected]"
user_name: "Scott McKendry"
commit_message: "${{ github.event.head_commit.message }}\n[skip ci]\nAutomated sync from scottmckendry/Windots"
git_server: "github.com"

0 comments on commit 6f866f9

Please sign in to comment.