-
Notifications
You must be signed in to change notification settings - Fork 17
CLOUDP-295785 - move away from GHA variables #388
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
Conversation
a7a7b45
to
d794886
Compare
d794886
to
1cc3eaf
Compare
MCK 1.3.0 Release NotesNew FeaturesMulti-Architecture SupportWe've added comprehensive multi-architecture support for the kubernetes operator. This enhancement enables deployment on IBM Power (ppc64le) and IBM Z (s390x) architectures alongside
Bug Fixes
Other Changes
|
Summary
GitHub Variables cannot be accessed from forks. Forks are used by engineers to create PRs in this repo, but due to previously mentioned limitation some GitHub Actions fail.
This PR moves the variables from GitHub to
root-context
file. Additionally to make contexts work in GitHub Actions I had to creategha-private-context
file similar toevg-private-context
, otherwise the switch command would fail.After this change all GitHub variables can be removed.
Proof of Work
Passing evg CI and GitHub Checks.
Checklist
skip-changelog
label if not needed