mirror of
https://github.com/containers/podman.git
synced 2025-07-02 08:47:43 +08:00
[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:
4
.github/workflows/release-artifacts.yml
vendored
4
.github/workflows/release-artifacts.yml
vendored
@ -180,5 +180,7 @@ jobs:
|
|||||||
if: >-
|
if: >-
|
||||||
steps.check.outputs.windows_amd == 'true' ||
|
steps.check.outputs.windows_amd == 'true' ||
|
||||||
steps.actual_dryrun.outputs.dryrun == 'false'
|
steps.actual_dryrun.outputs.dryrun == 'false'
|
||||||
|
env:
|
||||||
|
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||||
run: |
|
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
|
||||||
|
Reference in New Issue
Block a user