parent
50235b13c5
commit
d54edd50fd
12
.gitea/workflows/mirror.yaml
Normal file
12
.gitea/workflows/mirror.yaml
Normal file
@ -0,0 +1,12 @@
|
|||||||
|
on: push
|
||||||
|
|
||||||
|
jobs:
|
||||||
|
mirror:
|
||||||
|
runs-on: debian
|
||||||
|
steps:
|
||||||
|
- uses: actions/checkout@v1
|
||||||
|
- uses: actions/mirror@v1
|
||||||
|
with:
|
||||||
|
ssh_priv: "${{ secrets.SSH_GH }}"
|
||||||
|
known_hosts: "github.com ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIOMqqnkVzrm0SdG6UOoqKLsabgH5C9okWi0dh2l9GKJl"
|
||||||
|
url: "git@github.com:EpitechPromo2026/G-EIP-700-TLS-7-1-eip-stephane.corbiere.git"
|
Loading…
Reference in New Issue
Block a user