Files
temporal/cmd
Stephan Behnke 914a24a656 Move sharding salt to file (#9265)
## What changed?

Instead of storing the test sharing salt in a repo var, store it in a
file.

## Why?

https://github.com/temporalio/temporal/pull/9236 tried to use the repo's
variable for storing the test sharding salt; but that is not accessible
to PRs from forks.

## How did you test it?
- [ ] built
- [ ] run locally and tested manually
- [x] covered by existing tests
- [ ] added new unit test(s)
- [ ] added new functional test(s)

## Potential risks

PRs could fail due to flaky tests. But then the next run will delete the
branch (thereby closing the PR) and open a new one.
2026-02-10 19:54:53 +00:00
..
2026-02-10 19:54:53 +00:00