You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
CLOUDP-295785 - move away from GHA variables (#388)
# 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 create
`gha-private-context` file similar to `evg-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
- [x] Have you linked a jira ticket and/or is the ticket in the title?
- [x] Have you checked whether your jira ticket required DOCSP changes?
- [x] Have you added changelog file?
- use `skip-changelog` label if not needed
- refer to [Changelog files and Release
Notes](https://github.com/mongodb/mongodb-kubernetes/blob/master/CONTRIBUTING.md#changelog-files-and-release-notes)
section in CONTRIBUTING.md for more details
0 commit comments