Skip to content

(feat) Add hashing of sensitive data to the Ruby gem (#952) #448

(feat) Add hashing of sensitive data to the Ruby gem (#952)

(feat) Add hashing of sensitive data to the Ruby gem (#952) #448

name: "Split monorepo into git mirrors"
on:
push:
branches:
- main
jobs:
split-monorepo:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v3
with:
fetch-depth: 0
- name: Split repository into git mirrors
env:
SSH_AUTH_SOCK: /tmp/ssh_agent.sock
METRICS_SDK_PHP_PRIVATE_KEY: ${{ secrets.METRICS_SDK_PHP_PRIVATE_KEY }}
run: ./bin/split.sh
shell: bash