-
Notifications
You must be signed in to change notification settings - Fork 215
Closed
Labels
Description
Describe the bug
I built an artifact from a private repo, then for testing I generated an access token and after that made the artifact public by unlocking the icon. But the issue is, after generating the access token, there is no way to delete it and it seems that the access token is always required to download it even after making the artifact public.
To Reproduce
Steps to reproduce the behavior:
- Go to a private repo
- Click on 'Get it'
- Once the build is ready, click the setting icons and generate an access token.
- Once the token is generated, there is no way to delete it, so made the artifact public by unlocking the lock icon.
- Gradle is unable to resolve dependency until access token is used. Though it should work without access token since the artifact is made public from the private repo.
Expected behavior
It should work without access token since the artifact is made public from the private repo.
Additional context
Thanks
ahmadmssm
