Skip to content

Commit 564c9d0

Browse files
authored
Not currently supported in GHES (#95)
1 parent 48cd5a6 commit 564c9d0

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

README.md

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,6 @@ This action deletes versions of a package from [GitHub Packages](https://github.
101101
- [Delete oldest version of a package](#delete-oldest-version-of-a-package)
102102
- [Delete a specific version of a package](#delete-a-specific-version-of-a-package)
103103
- [Delete multiple specific versions of a package](#delete-multiple-specific-versions-of-a-package)
104-
- [GitHub Enterprise Server](#github-enterprise-server)
105104
- [License](#license)
106105

107106

@@ -401,10 +400,6 @@ This action deletes versions of a package from [GitHub Packages](https://github.
401400
token: ${{ secrets.PAT }}
402401
```
403402

404-
# GitHub Enterprise Server
405-
406-
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)
407-
408403
# License
409404

410405
The scripts and documentation in this project are released under the [MIT License](https://github.com/actions/delete-package-versions/blob/main/LICENSE)

0 commit comments

Comments
 (0)