Mise à jour de l'année pour la Banque de défis à EP NSI 2025 #87
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: ♻️ FORGE-EN-SYNC | |
on: | |
- push | |
- delete | |
jobs: | |
sync: | |
runs-on: ubuntu-latest | |
name: Git Repo Sync | |
steps: | |
- uses: actions/checkout@v2 | |
with: | |
fetch-depth: 0 | |
- uses: wangchucheng/[email protected] | |
with: | |
target-url: https://forge.apps.education.fr/code-puzzle/www-codepuzzle-io | |
target-username: laurent.abbal | |
target-token: ${{ secrets.FORGE_EDU_SYNC_GROUPE_TOKEN }} |