Skip to content

Commit

Permalink
chore: add mattrassurance synchronisation github workflow (#167)
Browse files Browse the repository at this point in the history
  • Loading branch information
kirill-ivanov-mattr authored Feb 18, 2024
1 parent 0946c44 commit cd1eb31
Showing 1 changed file with 23 additions and 0 deletions.
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/bbs-signatures'

0 comments on commit cd1eb31

Please sign in to comment.