Skip to content

Commit

Permalink
add initial round of repositories
Browse files Browse the repository at this point in the history
  • Loading branch information
motive committed Apr 6, 2025
1 parent a89fb75 commit 58eb21d
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/actions-sync.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,10 @@ jobs:
mv **/actions-sync /usr/local/bin
- name: Sync Actions
run: |
actions-sync --help
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
Empty file removed mirrored-repositories
Empty file.
8 changes: 8 additions & 0 deletions mirrored-repositories.txt
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 58eb21d

Please sign in to comment.