Skip to content

Bump JuliaRegistries/TagBot from 1.25.7 to 1.25.9 #6746

Bump JuliaRegistries/TagBot from 1.25.7 to 1.25.9

Bump JuliaRegistries/TagBot from 1.25.7 to 1.25.9 #6746

Workflow file for this run

name: TagBot
on:
issue_comment:
types:
- created
workflow_dispatch:
inputs:
lookback:
default: 3
permissions:
contents: write
jobs:
TagBot:
if: github.event_name == 'workflow_dispatch' || github.actor == 'JuliaTagBot'
runs-on: ubuntu-latest
steps:
- uses: JuliaRegistries/TagBot@6b7c22e7bc2b8f4d1c56b7199a63421cf2667ed1 # v1.25.7
with:
token: ${{ secrets.GITHUB_TOKEN }}
ssh: ${{ secrets.DOCUMENTER_KEY }}