Skip to content

ci: rename publish env from public-sdk to publish#551

Merged
Nelson-PROIA merged 1 commit into
mainfrom
ci/fix-publish-env-name
May 22, 2026
Merged

ci: rename publish env from public-sdk to publish#551
Nelson-PROIA merged 1 commit into
mainfrom
ci/fix-publish-env-name

Conversation

@Nelson-PROIA
Copy link
Copy Markdown
Contributor

Summary

The python publish workflow references an environment called public-sdk that no longer exists on the repo (verified via API). All other workflows in the repo use publish as the env name.

Fix

One-line rename in .github/workflows/sdk_publish_mistralai_sdk.yaml:

     environment:
-      name: public-sdk
+      name: publish

Why this matters

Without this fix, the publish workflow either fails or skips the required reviewer gate entirely when triggered on push to main, defeating the env-scoping setup.

Aligns the python publish workflow with the env name used by all other
workflows. The public-sdk environment no longer exists on the repo
(removed when renaming to publish), so the publish workflow currently
references a non-existent environment.
@andreaonofrei01 andreaonofrei01 self-requested a review May 22, 2026 15:20
Copy link
Copy Markdown
Contributor

@andreaonofrei01 andreaonofrei01 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nice!

@Nelson-PROIA Nelson-PROIA merged commit 79e10e1 into main May 22, 2026
10 checks passed
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.

2 participants