fix(actions): secret name typo

This commit is contained in:
ange 2024-11-18 10:53:21 +00:00
parent 6a86dba2a3
commit 85b30323ee
Signed by: ange
GPG Key ID: 9E0C4157BB7BEB1D

View File

@ -7,6 +7,6 @@ jobs:
- uses: actions/checkout@v1
- uses: actions/mirror@v1
with:
ssh_priv: "${{ secrets.SSH_GH }}"
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"