Skip to content

Commit 3a30b8f

Browse files
committed
use right token
1 parent 2a6b562 commit 3a30b8f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/overcloud-host-image-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -400,7 +400,7 @@ jobs:
400400
-f rocky9_tag=${{ steps.host_image_tag.outputs.host_image_tag }} \
401401
-f ubuntu_noble_tag=${{ steps.host_image_tag.outputs.host_image_tag }}
402402
env:
403-
GITHUB_TOKEN: ${{ secrets.STACKHPC_RELEASE_TRAIN_TOKEN }}
403+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
404404
BRANCH_NAME: ${{ github.head_ref || github.ref_name }}
405405

406406
- name: Display link to update overcloud host image tags workflows

0 commit comments

Comments
 (0)