Skip to content

Commit

Permalink
added acces token for authentication
Browse files Browse the repository at this point in the history
  • Loading branch information
ToluwalopeAyo committed Aug 25, 2023
1 parent 5702ced commit 3212b2a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/dispatch-render-juno.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
ACCESS_TOKEN: ${{ secrets.ACCESS_TOKEN }}

run: |
curl -H "Authorization: token ${{ secrets.ACCESS_TOKEN }}" \
curl -H "Authorization: Bearer $ACCESS_TOKEN" \
--request POST \
--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 3212b2a

Please sign in to comment.