Install TagBot as a GitHub Action

pull/272/head
Julia TagBot 2020-02-08 20:51:08 +07:00
parent 72e7ccfe8a
commit fd216ca1f5
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 }}