From 4b79fdf02f9628b94a59a313a8b18d901a58bf6a Mon Sep 17 00:00:00 2001 From: John Bowdre <61015723+jbowdre@users.noreply.github.com> Date: Wed, 7 Feb 2024 22:01:55 -0600 Subject: [PATCH] Update tempest.yml --- .github/workflows/tempest.yml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/.github/workflows/tempest.yml b/.github/workflows/tempest.yml index a26d730..0928120 100644 --- a/.github/workflows/tempest.yml +++ b/.github/workflows/tempest.yml @@ -12,8 +12,11 @@ jobs: with: endpoint: https://swd.weatherflow.com/swd/rest/better_forecast?station_id=${{ secrets.TEMPEST_STATION }}&token=${{ secrets.TEMPEST_TOKEN }}&units_temp=f&units_wind=mph&units_pressure=inhg&units_precip-in&units_distance=mi - name: Trim JSON + run: jq '.current_conditions' fetch-api-data-action/data.json > tempest.json + - name: POST to paste.lol run: | - jq '.current_conditions' fetch-api-data-action/data.json > tempest.json - cat tempest.json + curl --location --request POST --header "Authorization: Bearer ${{ secrets.OMG_TOKEN }}" \ + "https://api.omg.lol/address/${{ secrets.OMG_ADDR }}/pastebin/' \ + --data '{"title": "tempest.json", "content": "@tempest.json"}'