blob: 8127af134e9bea6006d3df3d2e5353e1f439263c [file] [log] [blame] [edit]
name: update_conda_lock
on:
push:
pull_request:
schedule:
- cron: '0 3 * * *'
workflow_dispatch:
jobs:
update-locks:
uses: f4pga/actions/.github/workflows/update_conda_lock.yml@main
secrets:
SSH_DEPLOY_KEY: ${{ secrets.SSH_DEPLOY_KEY }}
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}