You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(ci): replace Gemfury with GitHub Pages apt/rpm repository
The GEMFURY_PUBLISH_TOKEN is no longer valid and cannot be regenerated due
to permission issues on the Gemfury org. Replace the Fury publisher with a
self-hosted apt/rpm repository on GitHub Pages using the existing
kurtosis-cli-release-artifacts repo.
Changes:
- Remove publishers section from goreleaser config
- Fix release.ids to include deb-and-rpm-packages so artifacts upload to GitHub Release
- Remove FURY_TOKEN from build script (keep GITHUB_TOKEN)
- Add update-package-repo job to publish workflow that generates apt/rpm repo metadata
- Update all installation docs and CI test references to use GitHub Pages URL
- Update CircleCI config test jobs to use new apt URL
Users can now install from: https://kurtosis-tech.github.io/kurtosis-cli-release-artifacts/
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
0 commit comments