Skip to content

disable cargo-miri

disable cargo-miri #15

Workflow file for this run

name: "Mirror commits"
on:
workflow_dispatch:
push:
branches:
- main
jobs:
push:
name: Push to Codebergs
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- uses: yesolutions/mirror-action@master
with:
REMOTE: "ssh://[email protected]/ameknite/cargo-attribution.git"
GIT_SSH_PRIVATE_KEY: ${{ secrets.GIT_SSH_PRIVATE_KEY }}
# GIT_SSH_KNOWN_HOSTS: ${{ secrets.GIT_SSH_KNOWN_HOSTS }}
GIT_SSH_NO_VERIFY_HOST: "true"