Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Provide the option for passing env variables to the Publish to Ballerina Central workflow #7524

Open
tharindu-nw opened this issue Jan 25, 2025 · 0 comments
Labels
Area/Build Issues related to stdlib releases and build process Type/Improvement

Comments

@tharindu-nw
Copy link

Current Limitation

All the stdlib and connector publishing workflows refer to the same template in the library repo. Currently it only takes inputs to provide additional flags for gradle build and publish steps. There are instances where we need to set other environment variables for debugging purposes. For instance, we enable debug logs for the central client by setting CENTRAL_VERBOSE_ENABLED=true. This is not possible with the current setup.

Suggested Improvement

Provide an optional input argument like additional-env-variables similar to:

additional-publish-flags:
required: false
type: string
default: ""

Version

No response

@tharindu-nw tharindu-nw added Area/Build Issues related to stdlib releases and build process Type/Improvement labels Jan 25, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Area/Build Issues related to stdlib releases and build process Type/Improvement
Projects
None yet
Development

No branches or pull requests

1 participant