Skip to content

Add files

Add files #1

Workflow file for this run

name: Mirroring
on:
push:
delete:
jobs:
to_codeberg:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v3
with:
fetch-depth: 0
- name: Configure 1Password Service Account
uses: 1password/load-secrets-action/configure@v1
with:
service-account-token: ${{ secrets.OP_SERVICE_ACCOUNT_TOKEN }}
- name: Load Codeberg credentials
id: load-codeberg-credentials
uses: 1password/load-secrets-action@v1
with:
export-env: false
env:

Check failure on line 26 in .github/workflows/mirror.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/mirror.yml

Invalid workflow file

You have an error in your yaml syntax on line 26
codeberg_ssh: "op://Security/Codeberg/private key"?ssh-format=openssh
- name: Mirroring to Codeberg
uses: pixta-dev/repository-mirroring-action@v1
with:
target_repo_url: git@codeberg.org:anhkhoakz/pages.git
ssh_private_key: ${{ secrets.codeberg_ssh }}