Skip to content

fix: remove set-public job from deploy workflow#135

Open
jpthor wants to merge 1 commit intomainfrom
fix/remove-set-public-job
Open

fix: remove set-public job from deploy workflow#135
jpthor wants to merge 1 commit intomainfrom
fix/remove-set-public-job

Conversation

@jpthor
Copy link
Collaborator

@jpthor jpthor commented Jan 16, 2026

Summary

  • Remove set-public job from deploy workflow - GitHub's REST API does not support changing package visibility
  • Update deploy job to not depend on removed set-public job
  • Add comment explaining that visibility must be set manually via GitHub web UI

Background

The set-public job was failing with 404 errors because GitHub's REST API does not provide an endpoint to change container package visibility. This is a known limitation - visibility changes must be done through the GitHub web UI.

Manual step required

After first release, set package visibility to public via:
https://github.com/orgs/vultisig/packages → Package Settings → Change visibility to Public

…anges

GitHub's REST API does not support changing package visibility.
This must be done manually via the GitHub web UI.
Added comment with instructions for manual visibility change.
@coderabbitai
Copy link

coderabbitai bot commented Jan 16, 2026

Warning

Rate limit exceeded

@jpthor has exceeded the limit for the number of commits that can be reviewed per hour. Please wait 17 minutes and 5 seconds before requesting another review.

⌛ How to resolve this issue?

After the wait time has elapsed, a review can be triggered using the @coderabbitai review command as a PR comment. Alternatively, push new commits to this PR.

We recommend that you space out your commits to avoid hitting the rate limit.

🚦 How do rate limits work?

CodeRabbit enforces hourly rate limits for each developer per organization.

Our paid plans have higher rate limits than the trial, open-source and free plans. In all cases, we re-allow further reviews after a brief timeout.

Please see our FAQ for further information.

📥 Commits

Reviewing files that changed from the base of the PR and between 53fd458 and f718b18.

📒 Files selected for processing (1)
  • .github/workflows/deploy.yaml
✨ Finishing touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Post copyable unit tests in a comment
  • Commit unit tests in branch fix/remove-set-public-job

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant