Skip to content

fix: correct the getAccessToken #30

fix: correct the getAccessToken

fix: correct the getAccessToken #30

Workflow file for this run

name: Copy repository to EpitechMscProPromo2026
on:
push:
branches:
- master
workflow_dispatch:
concurrency:
group: git-mirror
jobs:
git-mirror:
if: github.repository == 'eloiJhn/T-DEV-600-NAN_2'
runs-on: ubuntu-latest
steps:
- uses: wearerequired/git-mirror-action@v1
env:
SSH_PRIVATE_KEY: ${{ secrets.SSH_PRIVATE_KEY }}
SSH_KNOWN_HOSTS: ${{ secrets.SSH_KNOWN_HOSTS }}
with:
source-repo: "[email protected]:eloiJhn/T-DEV-600-NAN_2.git"
destination-repo: "[email protected]:EpitechMscProPromo2026/T-DEV-600-NAN_2.git"