diff --git a/content/actions/managing-workflow-runs/reviewing-deployments.md b/content/actions/managing-workflow-runs/reviewing-deployments.md index d14cd57c4b..15cc59064e 100644 --- a/content/actions/managing-workflow-runs/reviewing-deployments.md +++ b/content/actions/managing-workflow-runs/reviewing-deployments.md @@ -8,7 +8,6 @@ versions: github-ae: '*' --- -{% data reusables.actions.environments-beta %} {% data reusables.actions.ae-beta %} ## About required reviews in workflows diff --git a/content/actions/reference/encrypted-secrets.md b/content/actions/reference/encrypted-secrets.md index 4034de75b6..d77dd0e7ab 100644 --- a/content/actions/reference/encrypted-secrets.md +++ b/content/actions/reference/encrypted-secrets.md @@ -13,7 +13,6 @@ versions: --- {% data reusables.actions.enterprise-beta %} -{% data reusables.actions.environments-beta %} {% data reusables.actions.enterprise-github-hosted-runners %} {% data reusables.actions.ae-beta %} diff --git a/content/actions/reference/environments.md b/content/actions/reference/environments.md index 867f93594e..7695a33f25 100644 --- a/content/actions/reference/environments.md +++ b/content/actions/reference/environments.md @@ -8,7 +8,6 @@ versions: github-ae: '*' --- -{% data reusables.actions.environments-beta %} {% data reusables.actions.ae-beta %} ## About environments diff --git a/content/developers/overview/viewing-deployment-history.md b/content/developers/overview/viewing-deployment-history.md index 64085f3187..71cc573571 100644 --- a/content/developers/overview/viewing-deployment-history.md +++ b/content/developers/overview/viewing-deployment-history.md @@ -9,7 +9,6 @@ topics: - API --- -{% data reusables.actions.environments-beta %} You can deliver deployments through {% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@3.0" %}{% data variables.product.prodname_actions %} and environments or with {% endif %}the REST API and third party apps. {% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@3.0" %}For more information about {% data variables.product.prodname_actions %}, see "[{% data variables.product.prodname_actions %}](/actions)." {% endif %}For more information about deployments with the REST API, see "[Repositories](/rest/reference/repos#deployments)." diff --git a/data/reusables/actions/environments-beta.md b/data/reusables/actions/environments-beta.md deleted file mode 100644 index 0ab094d719..0000000000 --- a/data/reusables/actions/environments-beta.md +++ /dev/null @@ -1,9 +0,0 @@ -{% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@3.0" or currentVersion == "github-ae@latest" %} - -{% note %} - -**Note:** Environments, environment protection rules, and environment secrets are currently in beta and subject to change. - -{% endnote %} - -{% endif %}