ci(chore): init from epitech's repo #1
This file contains 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: Portfolio upload | |
on: | |
push: | |
branches: | |
- main | |
jobs: | |
add_to_portfolio: | |
runs-on: ubuntu-latest | |
steps: | |
- name: 'Mirror to portfolio repo' | |
uses: 'neeptossss/[email protected]' | |
with: | |
repo: 'neeptossss/portfolio' | |
ssh-key: ${{ secrets.GIT_SSH_PRIVATE_KEY }} |