Skip to content

[PATCH] Apply workflow_security_rollout patch #355

[PATCH] Apply workflow_security_rollout patch

[PATCH] Apply workflow_security_rollout patch #355

Workflow file for this run

name: "TagBot"
on:
issue_comment:
types:
- "created"
workflow_dispatch: ~
env:
REGISTRY_TAGBOT_ACTION: "JuliaRegistries/TagBot"
jobs:
TagBot:
if: "github.event_name == 'workflow_dispatch' || github.actor == 'JuliaTagBot'"
uses: "ITensor/ITensorActions/.github/workflows/TagBot.yml@main"
secrets: "inherit"