We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c709230 commit edf4f74Copy full SHA for edf4f74
1 file changed
scripts/download-relay.sh
@@ -12,7 +12,8 @@ target=relay
12
13
output="$(
14
curl -s \
15
- https://api.github.com/repos/getsentry/relay/releases/latest?access_token=$GITHUB_API_TOKEN
+ -H "Authorization: token $GITHUB_API_TOKEN" \
16
+ https://api.github.com/repos/getsentry/relay/releases/latest
17
)"
18
19
echo "$output"
0 commit comments