Skip to content

chore(deps-dev): bump @typescript-eslint/eslint-plugin (#1002) #188

chore(deps-dev): bump @typescript-eslint/eslint-plugin (#1002)

chore(deps-dev): bump @typescript-eslint/eslint-plugin (#1002) #188

name: Mirror to Codeberg
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"