Skip to content

Commit

Permalink
chore: Stop using query param for auth
Browse files Browse the repository at this point in the history
  • Loading branch information
untitaker committed Aug 11, 2020
1 parent c709230 commit edf4f74
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion scripts/download-relay.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@ target=relay

output="$(
curl -s \
https://api.github.com/repos/getsentry/relay/releases/latest?access_token=$GITHUB_API_TOKEN
-H "Authorization: token $GITHUB_API_TOKEN" \
https://api.github.com/repos/getsentry/relay/releases/latest
)"

echo "$output"
Expand Down

0 comments on commit edf4f74

Please sign in to comment.