Skip to content

Commit

Permalink
testing workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
ToluwalopeAyo committed Aug 25, 2023
1 parent 3463f4d commit 076c13c
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/dispatch-render-juno.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,9 @@ jobs:
ACCESS_TOKEN: ${{ secrets.ACCESS_TOKEN }}

run: |
curl -H "Authorization: Bearer $ACCESS_TOKEN" \
--request POST \
curl -L \
-X POST \
-H "Authorization: Bearer $ACCESS_TOKEN" \
-H "X-GitHub-Api-Version: 2022-11-28" \
--data '{"event_type": "'"$EVENT_NAME"'", "client_payload": {"name": "'"$EVENT_NAME"'", "file1_path": "'"$VALUES1_FILE"'", "file2_path": "'"$VALUES2_FILE"'", "file3_path": "'"$VALUES3_FILE"'", "file4_path": "'"$VALUES4_FILE"'", "tag": "'"$IMAGE_TAG"'"}}' \
https://api.github.com/repos/NethermindEth/argo/dispatches

0 comments on commit 076c13c

Please sign in to comment.