Remove credentialed deployment dispatch - #15
Open
arseniycodes wants to merge 2 commits into
Open
Conversation
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.
Summary
Merge order
Merge superloglabs/responder#104 first so receiver-side polling is active before this cleanup reaches public
main.The obsolete repository secret and target variables have already been removed. Public
mainalso requires an independent approval, dismisses stale approvals, forbids approval by the last pusher, applies protection to admins, has no review bypass, and requires full-SHA Action references.Validation
actionlint .github/workflows/*.ymlgit diff --checkSummary by cubic
Removes the credentialed cross-repo deployment dispatch and adds CODEOWNERS to enforce maintainer review of workflow and ownership changes. Previously, pushes to
maindispatched a private-repo workflow with a token; now no cross-repo dispatch occurs and deployments rely on receiver-side polling.main./.github/workflows/and/.github/CODEOWNERSnow require approval from both@arseniycodesand@nicolomagnante-cmd.Written for commit bf0e7ed. Summary will update on new commits.