Skip to content

Commit 2f9e0f5

Browse files
committed
Fix permissions for promote workflow
1 parent 7226238 commit 2f9e0f5

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/stackhpc-promote.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,8 @@ jobs:
1010
name: Trigger Pulp promotion workflows
1111
if: github.repository == 'stackhpc/stackhpc-kayobe-config'
1212
runs-on: ubuntu-latest
13-
permissions: {}
13+
permissions:
14+
actions: write
1415
steps:
1516
# NOTE(mgoddard): Trigger another CI workflow in the
1617
# stackhpc-release-train repository.

0 commit comments

Comments
 (0)