Skip to content

Commit

Permalink
Merge pull request #5 from appatalks/appatalks-self-sign-certificate
Browse files Browse the repository at this point in the history
Update api_fifo_delivery.sh
  • Loading branch information
appatalks authored Jul 4, 2024
2 parents 70a73ee + e28f9cd commit a0ede2f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api_fifo_delivery.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ api_version=$(echo $data | jq -r '.headers["X-GitHub-Api-Version"]')
url=$(echo $data | jq -r '.url')

# Make the API call to GitHub and log the response
github_response=$(curl -s -L -H "Accept: $accept" -H "Authorization: $authorization" -H "X-GitHub-Api-Version: $api_version" $url)
github_response=$(curl -k -s -L -H "Accept: $accept" -H "Authorization: $authorization" -H "X-GitHub-Api-Version: $api_version" $url)

# Log the response to a file
echo $github_response >> github_api_response.log
Expand Down

0 comments on commit a0ede2f

Please sign in to comment.