update tagbot

This commit is contained in:
Jutho Haegeman 2020-11-05 23:44:28 +01:00
parent 39e2bd160b
commit d6de77da40

View file

@ -1,11 +1,14 @@
name: TagBot
on:
schedule:
- cron: 0 * * * *
issue_comment:
types:
- created
jobs:
TagBot:
if: github.event_name == 'workflow_dispatch' || github.actor == 'JuliaTagBot'
runs-on: ubuntu-latest
steps:
- uses: JuliaRegistries/TagBot@v1
with:
token: ${{ secrets.GITHUB_TOKEN }}
ssh: ${{ secrets.DOCUMENTER_KEY }}