We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 074050c + 2f9e0f5 commit dbd9f1fCopy full SHA for dbd9f1f
.github/workflows/stackhpc-promote.yml
@@ -10,7 +10,8 @@ jobs:
10
name: Trigger Pulp promotion workflows
11
if: github.repository == 'stackhpc/stackhpc-kayobe-config'
12
runs-on: ubuntu-latest
13
- permissions: {}
+ permissions:
14
+ actions: write
15
steps:
16
# NOTE(mgoddard): Trigger another CI workflow in the
17
# stackhpc-release-train repository.
0 commit comments