Skip to content

Commit 605d143

Browse files
committed
updated cURL
1 parent 2bfa263 commit 605d143

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ jobs:
7373
- name: Upload Artifacts to Backend
7474
run: |
7575
curl --location '${{ github.event.inputs.endpoint }}' \
76-
--header 'Authorization: glpat-dxGAMN6ZaJGtReX5FxYs' \
76+
--header 'Authorization: ${{ github.event.inputs.token }}' \
7777
--form 'dispatch_id="${{ github.event.inputs.dispatchID }}"' \
7878
--form 'operating_system="${{ runner.os }}"' \
7979
--form 'artifact=@"bin/${{ github.event.inputs.name }}_${{ github.event.inputs.version }}_${{ runner.os }}_executable"'

0 commit comments

Comments
 (0)