Update tempest.yml

This commit is contained in:
John Bowdre 2024-02-07 22:03:34 -06:00 committed by GitHub
parent 4b79fdf02f
commit 5075367027
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -16,7 +16,7 @@ jobs:
- name: POST to paste.lol
run: |
curl --location --request POST --header "Authorization: Bearer ${{ secrets.OMG_TOKEN }}" \
"https://api.omg.lol/address/${{ secrets.OMG_ADDR }}/pastebin/' \
"https://api.omg.lol/address/${{ secrets.OMG_ADDR }}/pastebin/" \
--data '{"title": "tempest.json", "content": "@tempest.json"}'