1
0
mirror of https://github.com/kalmarek/Groups.jl.git synced 2024-07-17 19:00:33 +02:00
Groups.jl/.github/workflows/TagBot.yml

16 lines
362 B
YAML
Raw Normal View History

2020-10-09 15:02:16 +02:00
name: TagBot
on:
2021-06-21 22:19:42 +02:00
issue_comment:
types:
- created
workflow_dispatch:
2020-10-09 15:02:16 +02:00
jobs:
TagBot:
2021-06-21 22:19:42 +02:00
if: github.event_name == 'workflow_dispatch' || github.actor == 'JuliaTagBot'
2020-10-09 15:02:16 +02:00
runs-on: ubuntu-latest
steps:
- uses: JuliaRegistries/TagBot@v1
with:
token: ${{ secrets.GITHUB_TOKEN }}
2021-06-21 22:19:42 +02:00
ssh: ${{ secrets.DOCUMENTER_KEY }}