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