Skip to content

chore(deps-dev): bump typedoc from 0.27.9 to 0.28.1 (#859) #29

chore(deps-dev): bump typedoc from 0.27.9 to 0.28.1 (#859)

chore(deps-dev): bump typedoc from 0.27.9 to 0.28.1 (#859) #29

name: Mirror to Codeberg
on:
push:
branches: [main]
jobs:
mirror:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- uses: yesolutions/mirror-action@18fc60c0629185af960c8256ccb650287a350b4e
with:
REMOTE: 'ssh://git@codeberg.org/ffflorian/node-packages.git'
GIT_SSH_PRIVATE_KEY: ${{ secrets.CODEBERG_SECRET }}
GIT_SSH_NO_VERIFY_HOST: "true"