Skip to content

Commit 49c48e0

Browse files
authored
Document the use of , as the separator for allowed action sources (#35595)
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
1 parent 49dcf57 commit 49c48e0

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

data/reusables/actions/allow-specific-actions-intro.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,8 @@ When you choose {% data reusables.actions.policy-label-for-select-actions-workfl
2020

2121
You can use the `*` wildcard character to match patterns. For example, to allow all actions{% ifversion actions-workflow-policy %} and reusable workflows{% endif %} in organizations that start with `space-org`, you can specify `space-org*/*`. To allow all actions{% ifversion actions-workflow-policy %} and reusable workflows{% endif %} in repositories that start with octocat, you can use `*/octocat**@*`. For more information about using the `*` wildcard, see "[AUTOTITLE](/actions/using-workflows/workflow-syntax-for-github-actions#filter-pattern-cheat-sheet)."
2222

23+
Use `,` to separate patterns. For example, to allow `octocat` and `octokit`, you can specify `octocat/*, octokit/*`.
24+
2325
{% ifversion fpt or ghec %}
2426

2527
> [!NOTE]

0 commit comments

Comments
 (0)