Skip to content

Commit

Permalink
fix: apply score request
Browse files Browse the repository at this point in the history
  • Loading branch information
butonium committed Mar 28, 2024
1 parent c7604a1 commit 8b28601
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/v2-apply-scoring.yml
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,5 @@ jobs:
- name: Publish scoring results
run: |
curl -sLfS "https://scoring-dev.marinade.finance/api/v1/scores/upload?epoch=${{ env.epoch }}&components=${{ env.components }}&component_weights=${{ env.components_weights }}&ui_id=${{ env.scoring_run_ui_id }}" -X POST \
-H "Content-Type: multipart/form-data" \
-H "Authorization: Bearer ${{ secrets.VALIDATORS_API_ADMIN_TOKEN }}" \
--form "scores_csv=@${{ env.scores_csv }}"
-F "scores=@${{ env.scores_csv }}"

0 comments on commit 8b28601

Please sign in to comment.