Install TagBot as a GitHub Action

This commit is contained in:
Julia TagBot
2020-02-08 20:31:27 +07:00
parent 85aca2aa67
commit 2e77d0df98
+11
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 }}