We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 59aafb7 commit eb5d0baCopy full SHA for eb5d0ba
release-helper.sh
@@ -1,7 +1,7 @@
1
#!/bin/bash
2
3
# GitHub API Token
4
-token=null
+token=${GITHUB_TOKEN}
5
6
#curl -H "Authorization: token $token" -s https://api.github.com/rate_limit
7
0 commit comments