Skip to content

Commit 773738b

Browse files
committed
use env var for token
1 parent ef5c54d commit 773738b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

release-helper.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/bin/bash
22

33
# GitHub API Token
4-
token=null
4+
token=${GITHUB_TOKEN}
55

66
#curl -H "Authorization: token $token" -s https://api.github.com/rate_limit
77

0 commit comments

Comments
 (0)