Skip to content

ci(chore): init from epitech's repo #1

ci(chore): init from epitech's repo

ci(chore): init from epitech's repo #1

Workflow file for this run

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 }}