Skip to content

chore(deps): update rust:1.91.1-alpine3.21 docker digest to 32817dd #1259

chore(deps): update rust:1.91.1-alpine3.21 docker digest to 32817dd

chore(deps): update rust:1.91.1-alpine3.21 docker digest to 32817dd #1259

Workflow file for this run

name: Mirroring
on: [push, delete]
permissions:
contents: read
concurrency:
group: ${{ github.workflow }}
jobs:
GitLab:
runs-on: ubuntu-latest
steps:
- name: Checkout code.
run: git clone --mirror "https://github.com/${GITHUB_REPOSITORY}.git" "${GITHUB_WORKSPACE}"
- name: Mirroring.
run: git push --mirror "https://oauth2:${{ secrets.GITLAB_PERSONAL_ACCESS_TOKEN }}@gitlab.com/DeveloperC/${{ github.event.repository.name }}"