-
Notifications
You must be signed in to change notification settings - Fork 43
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
bump: fix the goreleaser release cycle & Dependabot #20
Conversation
Signed-off-by: amands98 <amandeepsm.in@gmail.com>
It would also make a lot of sense IMO to make a install script that Unix users can pipe into |
Yes! #18 doing the same thing but need to clone the repository. |
I need to check that @OrlinVasilev, I don't have the owner permission set for the org to request such a token |
will take care of that :) |
@amands98 check this run after the fix https://github.com/goharbor/harbor-cli/actions/runs/7905056008/job/21984205486 |
@bishal7679 exactly :) we have it working with the default token no need for additional one IMO ? |
just following the naming rules. |
Makes sense if you are creating your own secret, however we are reusing the exising one here. |
@amands98 Can you address my comment? |
Sure, let's use the default |
This PR fixes the failing workflow
This PR suggests tagging
v0.1.0-beta.1
and proceeding with the release.Updated goreleaser configuration, @Vad1mo . Add GH_TOKEN secret with
repo scope, write:packages
.Also I included a dependabot, to automate dependency updates.
After merging, let's release the packages on Homebrew, Winget, Nix, and Snap.