We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2bfa263 commit 605d143Copy full SHA for 605d143
.github/workflows/build.yml
@@ -73,7 +73,7 @@ jobs:
73
- name: Upload Artifacts to Backend
74
run: |
75
curl --location '${{ github.event.inputs.endpoint }}' \
76
- --header 'Authorization: glpat-dxGAMN6ZaJGtReX5FxYs' \
+ --header 'Authorization: ${{ github.event.inputs.token }}' \
77
--form 'dispatch_id="${{ github.event.inputs.dispatchID }}"' \
78
--form 'operating_system="${{ runner.os }}"' \
79
--form 'artifact=@"bin/${{ github.event.inputs.name }}_${{ github.event.inputs.version }}_${{ runner.os }}_executable"'
0 commit comments