generated from actions/typescript-action
-
Notifications
You must be signed in to change notification settings - Fork 89
Open
Description
Hi!
I'm using the following code to remove old versions from another repository wich is private:
- uses: actions/delete-package-versions@v1 with: owner: '---' repo: '---' package-name: '---' num-old-versions-to-delete: 1 token: ${{ secrets.CI_PACKAGES_READ_DELETE_TOKEN }}
I have created a personal access token with read and write packages permissions and stored as secret on the repository that is firing the action, but this error is thrown:
Cannot read property 'packages' of null
Any help on this?
Thank you!
Metadata
Metadata
Assignees
Labels
No labels