Skip to content

Commit

Permalink
change in ssh
Browse files Browse the repository at this point in the history
  • Loading branch information
Aldbg74 committed Apr 4, 2024
1 parent bf0a4b8 commit c52d018
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/chocolatine.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@
check_program_compilation:
runs-on: ubuntu-latest
needs: checking_coding_style #lance pas le check compilation si le projet est pas cds freindly
container:
image: epitechcontent/epitest-docker:latest
steps:
Expand All @@ -59,15 +58,14 @@

push_to_mirror:
runs-on: ubuntu-latest
needs: check_program_compilation #pas de push si pas de compilation
#if: github.event_name == 'push'
steps:
- uses: actions/checkout@v4 #again version a vérifier
with:
fetch-depth: 0
- uses: pixta-dev/[email protected] #verifier si tout est ok pour le miror c ce qui pose pb rn
with:
target_repo_url: [email protected]:EpitechPromo2028/B-DOP-200-LYN-2-1-chocolatine-alexis.drago-beltran.git
target_repo_url: ssh://[email protected]:EpitechPromo2028/B-DOP-200-LYN-2-1-chocolatine-alexis.drago-beltran.git
ssh_private_key: ${{ secrets.GIT_SSH_PRIVATE_KEY }} #clef ssh pour le repo epitech

# TODO :
Expand Down

0 comments on commit c52d018

Please sign in to comment.