Skip to content

Commit

Permalink
Create TagBot.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
waltergu authored Sep 24, 2020
1 parent d9fd590 commit 6bdf2ce
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/TagBot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
name: TagBot
on:
schedule:
- cron: 0 0 * * *
workflow_dispatch:
jobs:
TagBot:
runs-on: ubuntu-latest
steps:
- uses: JuliaRegistries/TagBot@v1
with:
token: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 6bdf2ce

Please sign in to comment.