mirror of
https://github.com/openvk/openvk
synced 2024-11-11 01:19:53 +03:00
Change the secret name for the workflow
This commit is contained in:
parent
63f302b2ab
commit
6d26269873
1 changed files with 1 additions and 1 deletions
2
.github/workflows/codeberg-mirror.yml
vendored
2
.github/workflows/codeberg-mirror.yml
vendored
|
@ -14,4 +14,4 @@ jobs:
|
|||
- uses: pixta-dev/repository-mirroring-action@v1
|
||||
with:
|
||||
target_repo_url: "git@codeberg.org:openvk/openvk.git"
|
||||
ssh_private_key: ${{ secrets.CODEBERG_PRIVSSH }}
|
||||
ssh_private_key: ${{ secrets.CODEBERG_MIRRORSSH }}
|
||||
|
|
Loading…
Reference in a new issue