Skip to content

Bump JuliaRegistries/TagBot from 1.14.1 to 1.17.0 #313

Bump JuliaRegistries/TagBot from 1.14.1 to 1.17.0

Bump JuliaRegistries/TagBot from 1.14.1 to 1.17.0 #313

Workflow file for this run

name: TagBot
on:
issue_comment:
types:
- created
workflow_dispatch:
jobs:
TagBot:
if: github.event_name == 'workflow_dispatch' || github.actor == 'JuliaTagBot'
runs-on: ubuntu-latest
steps:
- uses: JuliaRegistries/TagBot@4dfecaadc4586c55ebd870b8ed3298435362c9cf
with:
token: ${{ secrets.GITHUB_TOKEN }}
ssh: ${{ secrets.DOCUMENTER_KEY }}