Skip to content

chore(deps): bump glob from 11.0.1 to 11.0.2 (#880) #49

chore(deps): bump glob from 11.0.1 to 11.0.2 (#880)

chore(deps): bump glob from 11.0.1 to 11.0.2 (#880) #49

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://[email protected]/ffflorian/node-packages.git'
GIT_SSH_PRIVATE_KEY: ${{ secrets.CODEBERG_SECRET }}
GIT_SSH_NO_VERIFY_HOST: "true"