Skip to content

Commit

Permalink
Update deploy-to-smr.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Panakotta00 authored Oct 29, 2024
1 parent 4d420b6 commit 38125ef
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy-to-smr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,9 +68,9 @@ jobs:
let response = await fetch("https://api.ficsit.app/v2/query", {
method: "POST",
headers: {"Cookies": "token=${{secrets.SMR_API_TOKEN}}"},
body: JSON.stringify({
body: {
query: '{getModByReference(modReference:"FicsItNetworks"){versions(filter:{order_by:created_at}){approved}}}'
})
}
})
if (!response.ok) {
console.log(`Checking Fetch: Response is not OK: ${response.status}`);
Expand Down

0 comments on commit 38125ef

Please sign in to comment.