1
0
mirror of https://github.com/kalmarek/Groups.jl.git synced 2024-11-19 14:35:28 +01:00

update TagBot

This commit is contained in:
Marek Kaluba 2021-06-21 22:19:42 +02:00
parent fce88b8dd8
commit 5ede922ab8
No known key found for this signature in database
GPG Key ID: 8BF1A3855328FC15

View File

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