From 2f9e0f564274b075c61b34bb18ffb58a0f249b26 Mon Sep 17 00:00:00 2001 From: Alex Welsh Date: Tue, 7 Oct 2025 13:54:45 +0100 Subject: [PATCH] Fix permissions for promote workflow --- .github/workflows/stackhpc-promote.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/stackhpc-promote.yml b/.github/workflows/stackhpc-promote.yml index 8f45ce5cd9..cf1d584ae3 100644 --- a/.github/workflows/stackhpc-promote.yml +++ b/.github/workflows/stackhpc-promote.yml @@ -10,7 +10,8 @@ jobs: name: Trigger Pulp promotion workflows if: github.repository == 'stackhpc/stackhpc-kayobe-config' runs-on: ubuntu-latest - permissions: {} + permissions: + actions: write steps: # NOTE(mgoddard): Trigger another CI workflow in the # stackhpc-release-train repository.