ci: use very_good_workflows/dart_pub_publish - #85
Merged
Conversation
Closes #84 Co-authored-by: marcossevilla <marcossevilla@users.noreply.github.com>
2 tasks
marcossevilla
marked this pull request as ready for review
August 10, 2026 12:42
marcossevilla
approved these changes
Aug 10, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Warning
The coding agent reported this implementation is incomplete.
The workflow now calls dart_pub_publish, but it requires a PUB_CREDENTIALS repo secret to be configured since the reusable workflow uses credential-based auth instead of the previous OIDC setup.
This PR has been opened as a draft. Review the diff against the original issue before marking it ready for review.
Summary
Replaces the hand-rolled pub publish job with the reusable
dart_pub_publishworkflow fromvery_good_workflows.Changes
.github/workflows/pub_publish.yaml.VeryGoodOpenSource/very_good_workflows/.github/workflows/dart_pub_publish.yml@v1.dart_sdkto3.12.0and passesPUB_CREDENTIALSvia thepub_credentialssecret.Why
Using the shared workflow reduces duplication and keeps publishing aligned with VGV's maintained CI standards.
Closes #84