From 0c8c47fbec34e618f8514407cf44d5dea1c985d2 Mon Sep 17 00:00:00 2001 From: Joe Clark <31087804+jc-clark@users.noreply.github.com> Date: Tue, 12 Dec 2023 10:34:43 -0800 Subject: [PATCH] Add permission statement to requried workflows for GitHub Actions article (#47641) --- content/actions/using-workflows/required-workflows.md | 1 + 1 file changed, 1 insertion(+) diff --git a/content/actions/using-workflows/required-workflows.md b/content/actions/using-workflows/required-workflows.md index e92f392ac4..3def8791fc 100644 --- a/content/actions/using-workflows/required-workflows.md +++ b/content/actions/using-workflows/required-workflows.md @@ -4,6 +4,7 @@ shortTitle: Required workflows intro: You can specify which workflows will run as required status checks in all repositories or selected repositories in your organization. versions: feature: required-workflows +permissions: Because this feature is being deprecated, this article is only relevant if you are already using required workflows for {% data variables.product.prodname_actions %}. type: how_to topics: - Workflows