Update tempest.yml

This commit is contained in:
John Bowdre 2024-02-07 23:07:38 -06:00 committed by GitHub
parent cc8047f8ee
commit 6f6b3cd084
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -19,6 +19,6 @@ jobs:
request_body='{"title": "tempest.json", "content": '"$(jq -Rsa . tempest.json)"'}'
curl --location --request POST --header "Authorization: Bearer ${{ secrets.OMG_TOKEN }}" \
"https://api.omg.lol/address/${{ secrets.OMG_ADDR }}/pastebin/" \
--data $request_body
--data "$request_body"