Skip to content

Warn on production deploy with EOA ownership#539

Open
tarcisiozf wants to merge 1 commit into
mainfrom
DEVSVCS-4725/multisig-warn
Open

Warn on production deploy with EOA ownership#539
tarcisiozf wants to merge 1 commit into
mainfrom
DEVSVCS-4725/multisig-warn

Conversation

@tarcisiozf

Copy link
Copy Markdown
Contributor

This pull request introduces a warning to ensure safer production deployments by alerting users when deploying with private-key (EOA) ownership instead of recommended multi-sig ownership.

Production deployment safety improvements:

  • Added warnIfProductionWorkflowWithoutMultisig to the handler in deploy.go, which warns users if a production workflow is being deployed using EOA (private-key) ownership, recommending the use of multi-sig ownership for production.

@tarcisiozf
tarcisiozf requested a review from a team as a code owner July 17, 2026 19:53
@github-actions

Copy link
Copy Markdown

👋 tarcisiozf, thanks for creating this pull request!

To help reviewers, please consider creating future PRs as drafts first. This allows you to self-review and make any final changes before notifying the team.

Once you're ready, you can mark it as "Ready for review" to request feedback. Thanks!

@tarcisiozf
tarcisiozf enabled auto-merge July 17, 2026 20:01
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