Skip to content

fix: add missing environment to release workflow jobs - #258

Merged
carlosmmatos merged 2 commits into
mainfrom
fix/release-workflow-environment
Mar 5, 2026
Merged

fix: add missing environment to release workflow jobs#258
carlosmmatos merged 2 commits into
mainfrom
fix/release-workflow-environment

Conversation

@carlosmmatos

Copy link
Copy Markdown
Contributor

Summary

The container and deployer jobs in the release workflow were missing environment: release, which prevented them from accessing GitHub environment-scoped secrets. This caused google-github-actions/auth and other secret-dependent steps to fail because secret references resolved to empty strings.

This adds environment: release to both jobs, matching what python-package already had.

The container and deployer jobs were missing `environment: release`,
preventing them from accessing GitHub environment-scoped secrets
required by google-github-actions/auth and other steps.
@carlosmmatos
carlosmmatos merged commit d80e374 into main Mar 5, 2026
2 checks passed
@carlosmmatos
carlosmmatos deleted the fix/release-workflow-environment branch March 5, 2026 15:03
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.

3 participants