Skip to content

Commit

Permalink
Setup TagBot
Browse files Browse the repository at this point in the history
  • Loading branch information
tkf committed Jul 28, 2020
1 parent a10caf9 commit 307298f
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .github/workflows/TagBot.yml
@@ -0,0 +1,16 @@
name: TagBot
on:
schedule:
- cron: 0 0 * * *
push:
branches:
- actions/trigger/TagBot
workflow_dispatch:
jobs:
TagBot:
runs-on: ubuntu-latest
steps:
- uses: JuliaRegistries/TagBot@v1
with:
token: ${{ secrets.GITHUB_TOKEN }}
ssh: ${{ secrets.SSH_KEY }}

0 comments on commit 307298f

Please sign in to comment.