diff --git a/.github/workflows/release-artifacts.yml b/.github/workflows/release-artifacts.yml index 015e623b57..61f67a8008 100644 --- a/.github/workflows/release-artifacts.yml +++ b/.github/workflows/release-artifacts.yml @@ -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