Compare commits
3 Commits
50235b13c5
...
9cd0c612dd
Author | SHA1 | Date | |
---|---|---|---|
9cd0c612dd | |||
0f18a0a62c | |||
d54edd50fd |
11
.gitea/workflows/mirror.yaml
Normal file
11
.gitea/workflows/mirror.yaml
Normal file
@ -0,0 +1,11 @@
|
||||
on: push
|
||||
|
||||
jobs:
|
||||
mirror:
|
||||
runs-on: debian
|
||||
steps:
|
||||
- uses: actions/mirror@v1
|
||||
with:
|
||||
ssh_priv: "${{ secrets.SSHGH }}"
|
||||
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