diff --git a/release-helper.sh b/release-helper.sh index 7c4db375..c9aacb6a 100755 --- a/release-helper.sh +++ b/release-helper.sh @@ -1,7 +1,7 @@ #!/bin/bash # GitHub API Token -token=null +token=${GITHUB_TOKEN} #curl -H "Authorization: token $token" -s https://api.github.com/rate_limit