Skip to content

Scan Maven

Scan Maven #223

Workflow file for this run

name: Scan Maven
on:
workflow_dispatch:
schedule:
- cron: '20 21 * * *'
jobs:
scan-maven:
if: github.repository_owner == 'robotpy'
runs-on: ubuntu-latest
steps:
- uses: robotpy/build-actions/check-for-maven-update@v2024
with:
token: ${{ secrets.GITHUB_TOKEN }}