mirror of
https://github.com/rustfs/rustfs.git
synced 2026-09-01 17:58:22 +00:00
346388b63c
The test workflows checkout the private rustfs/auto-testing repository, but the default GITHUB_TOKEN only has access to rustfs/rustfs, so every checkout failed with 'repository ... not found' (nightly runs on 2026-08-28). Pass secrets.PF_TESTING_GH_TOKEN (the existing cross-repo PAT already used by the performance workflow) to the auto-testing checkout steps in all three workflows.