Skip to content

Commit

Permalink
Merge pull request #83 from actions/s-anupam-rest-api
Browse files Browse the repository at this point in the history
Add support for deleting packages on new GitHub Packages architecture
  • Loading branch information
s-anupam committed Jan 5, 2023
2 parents c5e6444 + 46653ba commit fe2a95a
Show file tree
Hide file tree
Showing 18 changed files with 18,003 additions and 8,645 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/test.yml
Expand Up @@ -7,6 +7,9 @@ on: # rebuild any PRs and main branch changes
- main
- 'releases/*'

permissions:
packages: write

jobs:

package: # make sure build/ci work properly
Expand All @@ -29,6 +32,6 @@ jobs:
- uses: ./
name: Smoke Test Delete Package Versions Action
with:
package-name: 'com.github.actions.test-package'
package-name: 'action-ci-test-package'
package-type: 'npm'
num-old-versions-to-delete: 0
min-versions-to-keep: 0
2 changes: 1 addition & 1 deletion .licenses/npm/@octokit/rest.dep.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

154 changes: 81 additions & 73 deletions README.md

Large diffs are not rendered by default.

0 comments on commit fe2a95a

Please sign in to comment.