[CI:DOCS] Trigger windows installer action properly

Add the needed GH_TOKEN for the windows action.

Signed-off-by: Ashley Cui <acui@redhat.com>
This commit is contained in:
Ashley Cui
2024-05-10 16:14:20 -04:00
parent ed4a36c710
commit 71473976ac

View File

@ -180,5 +180,7 @@ jobs:
if: >-
steps.check.outputs.windows_amd == 'true' ||
steps.actual_dryrun.outputs.dryrun == 'false'
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
gh workflow run upload-win-installer.yml -f ${{steps.getversion.outputs.version}} -f dryrun=false
gh workflow run upload-win-installer.yml -f version=${{steps.getversion.outputs.version}} -f dryrun=false