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.
1 parent 2a6b562 commit 3a30b8fCopy full SHA for 3a30b8f
.github/workflows/overcloud-host-image-build.yml
@@ -400,7 +400,7 @@ jobs:
400
-f rocky9_tag=${{ steps.host_image_tag.outputs.host_image_tag }} \
401
-f ubuntu_noble_tag=${{ steps.host_image_tag.outputs.host_image_tag }}
402
env:
403
- GITHUB_TOKEN: ${{ secrets.STACKHPC_RELEASE_TRAIN_TOKEN }}
+ GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
404
BRANCH_NAME: ${{ github.head_ref || github.ref_name }}
405
406
- name: Display link to update overcloud host image tags workflows
0 commit comments