From a3d04ff55c6ffdf27d25db7ca05767fb656be2ae Mon Sep 17 00:00:00 2001 From: James Sturtevant Date: Fri, 4 Sep 2026 14:26:29 -0700 Subject: [PATCH] Fix benchmark workflow package permission Signed-off-by: James Sturtevant --- .github/workflows/Benchmarks.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/Benchmarks.yml b/.github/workflows/Benchmarks.yml index 7149163b..f1b53dc6 100644 --- a/.github/workflows/Benchmarks.yml +++ b/.github/workflows/Benchmarks.yml @@ -7,7 +7,7 @@ on: permissions: contents: read - packages: read + packages: write # The reason for default shell bash is because on our self-hosted windows runners, # the default shell is powershell, which doesn't work correctly together with `just` commands.