Skip to content

Commit

Permalink
Document the use of , as the separator for allowed action sources
Browse files Browse the repository at this point in the history
Signed-off-by: Josh Soref <[email protected]>
  • Loading branch information
jsoref committed Dec 10, 2024
1 parent 49dcf57 commit cf3fd8f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions data/reusables/actions/allow-specific-actions-intro.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@ When you choose {% data reusables.actions.policy-label-for-select-actions-workfl

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)."

Use `,` to separate patterns. For example, to allow `octocat` and `octokit`, you can specify `octocat/*, octokit/*`.

{% ifversion fpt or ghec %}

> [!NOTE]
Expand Down

0 comments on commit cf3fd8f

Please sign in to comment.