Skip to content
This repository was archived by the owner on Feb 26, 2025. It is now read-only.
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
23 changes: 23 additions & 0 deletions .github/workflows/github_clone_assurance.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
name: Mirror repository to mattrassurance org
on:
workflow_dispatch:
push:
branches:
- master
- main

jobs:
MirrorRepoToMATTRAssurance:
runs-on: [self-hosted, generic]
permissions:
contents: read
steps:
- name: mirror repo
uses: mattrinternal/sre-reusable-action/actions/github-clone-assurance@master
with:
github_repository: ${{ env.GITHUB_REPOSITORY }}
github_ref_name: ${{ env.GITHUB_REF_NAME }}
remote_git_user_name: ${{ secrets.MATTRASSURANCE_GIT_USER_NAME }}
remote_git_user_email: ${{ secrets.MATTRASSURANCE_GIT_USER_EMAIL }}
remote_git_user_pat: ${{ secrets.MATTRASSURANCE_GIT_USER_PAT }}
remote_git_repo: 'mattrassurance/node-bbs-signatures'