Skip to content

Apply template patch #289

Apply template patch

Apply template patch #289

Workflow file for this run

name: "TagBot"

Check failure on line 1 in .github/workflows/TagBot.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/TagBot.yml

Invalid workflow file

(Line: 6, Col: 22): A sequence was not expected
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@v1"
with:
token: "${{ secrets.GITHUB_TOKEN }}"
ssh: "${{ secrets.DOCUMENTER_KEY }}"