Skip to content

[PATCH] Apply workflow_security_rollout patch #51

[PATCH] Apply workflow_security_rollout patch

[PATCH] Apply workflow_security_rollout patch #51

Workflow file for this run

name: "TagBot"
on:
issue_comment:
types:
- "created"
workflow_dispatch: ~
env:
REGISTRY_TAGBOT_ACTION: "JuliaRegistries/TagBot"
jobs:
TagBot:

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

View workflow run for this annotation

GitHub Actions / TagBot

Invalid workflow file

The workflow is not valid. .github/workflows/TagBot.yml (Line: 10, Col: 3): Error calling workflow 'ITensor/ITensorActions/.github/workflows/TagBot.yml@v1'. The nested job 'TagBotITensorRegistry' is requesting 'contents: write', but is only allowed 'contents: read'. .github/workflows/TagBot.yml (Line: 10, Col: 3): Error calling workflow 'ITensor/ITensorActions/.github/workflows/TagBot.yml@v1'. The nested job 'TagBotGeneral' is requesting 'contents: write', but is only allowed 'contents: read'.
if: "github.event_name == 'workflow_dispatch' || github.actor == 'JuliaTagBot'"
uses: "ITensor/ITensorActions/.github/workflows/TagBot.yml@v1"
secrets: "inherit"