Skip to content

feat(api-client): Add api-client (#1043) #231

feat(api-client): Add api-client (#1043)

feat(api-client): Add api-client (#1043) #231

name: Mirror to Codeberg
permissions:
contents: read
on:
push:
branches: [main]
jobs:
mirror:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v5
with:
fetch-depth: 0
- uses: yesolutions/mirror-action@662fce0eced8996f64d7fa264d76cddd84827f33
with:
REMOTE: 'ssh://[email protected]/ffflorian/node-packages.git'
GIT_SSH_PRIVATE_KEY: ${{ secrets.CODEBERG_SECRET }}
GIT_SSH_NO_VERIFY_HOST: 'true'