Skip to content

updated resources

updated resources #9

Workflow file for this run

name: Test deploy
on:
push:
branches: [ main, git-annex, tests]
pull_request:
branches: [ main ]
workflow_dispatch:
schedule:
- cron: "0 0 1,15 * *"
jobs:
deploy_linux:
uses: courtois-neuromod/actions-template/.github/workflows/deploy.yml@main
with:
name: CNeuromod Bot
email: [email protected]
secrets:
ssh_key: ${{ github.event.repository.private && secrets.CNEUROMOD_BOT_SSH_KEY || secrets.CNEUROMOD_USER_BOT_SSH_KEY }}