Skip to content

Commit 7226238

Browse files
authored
Merge pull request #1923 from stackhpc/fix-host-image-promote
Correct host image promote github token
2 parents 7c3e7a1 + d234df2 commit 7226238

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/stackhpc-promote.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
--repo stackhpc/stackhpc-kayobe-config \
5252
--ref $BRANCH_NAME
5353
env:
54-
GITHUB_TOKEN: ${{ secrets.STACKHPC_RELEASE_TRAIN_TOKEN }}
54+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
5555
BRANCH_NAME: ${{ github.head_ref || github.ref_name }}
5656

5757
- name: Display link to overcloud host image promotion workflows

0 commit comments

Comments
 (0)