diff --git a/.github/standards/runner-policy/policy.json b/.github/standards/runner-policy/policy.json index b23b39739..2d0e20934 100644 --- a/.github/standards/runner-policy/policy.json +++ b/.github/standards/runner-policy/policy.json @@ -66,12 +66,17 @@ "fixedRunsOn": ["ubuntu-24.04"] }, "melodic-software/ci-workflows/.github/workflows/claude-review.yml@df54d0e8c899baa7e57344c3633f033129da6632": { - "routing": "hosted-only", - "allowedInputs": ["skip-actors"], + "routing": "runner-input", + "runnerInput": "runner", + "allowedInputs": ["runner", "skip-actors"], "allowedSecrets": { "CLAUDE_CODE_OAUTH_TOKEN": "${{ secrets.CLAUDE_CODE_OAUTH_TOKEN }}" }, - "fixedRunsOn": ["ubuntu-24.04"] + "allowedCallerPermissions": { + "contents": "read", + "pull-requests": "write", + "id-token": "write" + } }, "melodic-software/ci-workflows/.github/workflows/claude-review.yml@4dbb0dfcc1fcbaf30e1a5573bf776af54e4e7e1a": { "routing": "runner-input",