Skip to content

chore(deps-dev): bump eslint-plugin-oxlint from 1.56.0 to 1.57.0 (#1163) #74

chore(deps-dev): bump eslint-plugin-oxlint from 1.56.0 to 1.57.0 (#1163)

chore(deps-dev): bump eslint-plugin-oxlint from 1.56.0 to 1.57.0 (#1163) #74

Workflow file for this run

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