1
0
mirror of https://github.com/kalmarek/PropertyT.jl.git synced 2024-07-17 19:00:29 +02:00
PropertyT.jl/.github/workflows/TagBot.yml

12 lines
204 B
YAML

name: TagBot
on:
schedule:
- cron: 0 * * * *
jobs:
TagBot:
runs-on: ubuntu-latest
steps:
- uses: JuliaRegistries/TagBot@v1
with:
token: ${{ secrets.GITHUB_TOKEN }}