Skip to content
This repository has been archived by the owner on May 2, 2024. It is now read-only.

Commit

Permalink
chore: add mattrassurance synchronisation github workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
kirill-ivanov-mattr committed Feb 15, 2024
1 parent c73df80 commit 068dac5
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions .github/workflows/github_clone_assurance.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
name: Mirror repository to mattrassurance org
on:
workflow_dispatch:

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/base45-js'

0 comments on commit 068dac5

Please sign in to comment.