From 564c9d0297ec33cecc275cc4513e8050d0344f02 Mon Sep 17 00:00:00 2001 From: Anupam <83457710+s-anupam@users.noreply.github.com> Date: Mon, 6 Mar 2023 13:11:48 +0530 Subject: [PATCH] Not currently supported in GHES (#95) --- README.md | 5 ----- 1 file changed, 5 deletions(-) diff --git a/README.md b/README.md index d342d77..e8a9fdb 100644 --- a/README.md +++ b/README.md @@ -101,7 +101,6 @@ This action deletes versions of a package from [GitHub Packages](https://github. - [Delete oldest version of a package](#delete-oldest-version-of-a-package) - [Delete a specific version of a package](#delete-a-specific-version-of-a-package) - [Delete multiple specific versions of a package](#delete-multiple-specific-versions-of-a-package) -- [GitHub Enterprise Server](#github-enterprise-server) - [License](#license) @@ -401,10 +400,6 @@ This action deletes versions of a package from [GitHub Packages](https://github. token: ${{ secrets.PAT }} ``` -# GitHub Enterprise Server - -This action works with GitHub Enterprise Server. It uses the `GITHUB_API_URL` environment variable to determine the GitHub Enterprise Server URL. The environment variable is automatically set in workflows. GitHub Connect should be configured on the server to allow using the action from GitHub.com. See - [Enabling automatic access to GitHub.com actions using GitHub Connect](https://docs.github.com/en/enterprise-server/admin/github-actions/managing-access-to-actions-from-githubcom/enabling-automatic-access-to-githubcom-actions-using-github-connect) - # License The scripts and documentation in this project are released under the [MIT License](https://github.com/actions/delete-package-versions/blob/main/LICENSE)