Install TagBot as a GitHub Action

pull/23/head
Julia TagBot 2020-02-08 20:44:39 +07:00 committed by matthieugomez
parent f4c2c9acf1
commit a949f7bd62
1 changed files with 11 additions and 0 deletions

11
.github/workflows/TagBot.yml vendored Normal file
View File

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