Skip to content

fix(deps): bump ip-address from 10.2.0 to 10.4.0 (#1382) #191

fix(deps): bump ip-address from 10.2.0 to 10.4.0 (#1382)

fix(deps): bump ip-address from 10.2.0 to 10.4.0 (#1382) #191

Workflow file for this run

name: Mirror to Codeberg and GitLab
permissions: {}
on:
push:
branches: [main]
workflow_dispatch:
jobs:
mirror:
name: Mirror to Codeberg and GitLab
permissions:
contents: read
runs-on: ubuntu-latest
steps:
- uses: ffflorian/actions/git-mirror@c3ebe9a46aca0870e964c6c07bbd38395515d095
with:
GITLAB_REMOTE: 'git@gitlab.com:${{ github.repository }}.git'
GITLAB_SECRET: ${{ secrets.GITLAB_SECRET }}
GITLAB_PUSH_ALL_REFS: 'false'
CODEBERG_REMOTE: 'git@codeberg.org:${{ github.repository }}.git'
CODEBERG_SECRET: ${{ secrets.CODEBERG_SECRET }}
CODEBERG_PUSH_ALL_REFS: 'false'