1
0
Fork 0
mirror of https://github.com/MillironX/XAM.jl.git synced 2024-11-23 02:09:55 +00:00

Add TagBot workflow

This commit is contained in:
Ciarán O'Mara 2020-02-18 20:52:16 +11:00
parent 514e2c901d
commit 4b0a8a6644

13
.github/workflows/TagBot.yml vendored Normal file
View file

@ -0,0 +1,13 @@
name: TagBot
on:
schedule:
- cron: '0 * * * *'
jobs:
TagBot:
runs-on: ubuntu-latest
steps:
- uses: JuliaRegistries/TagBot@v1
with:
token: ${{ secrets.GITHUB_TOKEN }}
ssh: ${{ secrets.TAGBOT_KEY }}
registry: BioJulia/BioJuliaRegistry