GitHub action to mirror github repositories. It works similar to a github for sync.
name: Lint yaml files
on:
push:
tags:
- 'v*'
jobs:
lint_yml:
runs-on: ubuntu-latest
steps:
- name: Sync Repo
uses: nrfconnect/action-repo-mirror@main
with:
target_repo: "<ORG>/<REPO>"
user: "username"
token: "github token"