From 58eb21da729f56a698b80b52b7653f8e20ff7a03 Mon Sep 17 00:00:00 2001 From: motive <motive@openwow.dev> Date: Sun, 6 Apr 2025 12:57:16 -0400 Subject: [PATCH] add initial round of repositories --- .github/workflows/actions-sync.yaml | 8 +++++++- mirrored-repositories | 0 mirrored-repositories.txt | 8 ++++++++ 3 files changed, 15 insertions(+), 1 deletion(-) delete mode 100644 mirrored-repositories create mode 100644 mirrored-repositories.txt diff --git a/.github/workflows/actions-sync.yaml b/.github/workflows/actions-sync.yaml index ff309d5..d97d232 100644 --- a/.github/workflows/actions-sync.yaml +++ b/.github/workflows/actions-sync.yaml @@ -18,4 +18,10 @@ jobs: mv **/actions-sync /usr/local/bin - name: Sync Actions run: | - actions-sync --help \ No newline at end of file + mkdir ./cache + actions-sync \ + --cache-dir ./cache \ + --destination-url https://openwow.dev \ + --destination-token "{{ secrets.ACTIONS_SYNC_TOKEN }}" \ + --repoo-name-list ./mirrored-repositories.txt \ + --actions-admin-user actions-admin \ No newline at end of file diff --git a/mirrored-repositories b/mirrored-repositories deleted file mode 100644 index e69de29..0000000 diff --git a/mirrored-repositories.txt b/mirrored-repositories.txt new file mode 100644 index 0000000..b83b832 --- /dev/null +++ b/mirrored-repositories.txt @@ -0,0 +1,8 @@ +docker/login-action +docker/build-push-action +docker/metadata-action +dorny/test-reporter +dorny/paths-filter +goreleaser/goreleaser-action +peter-evans/create-or-update-comment +golangci/golangci-lint-action \ No newline at end of file