Skip to content

Commit

Permalink
[#567] Use GITHUB_TOKEN for Coveralls
Browse files Browse the repository at this point in the history
  • Loading branch information
robertoaloi committed Mar 14, 2020
1 parent 360271a commit 9cb43bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rebar.config.script
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
case {os:getenv("GITHUB_ACTIONS"), os:getenv("COVERALLS_REPO_TOKEN")} of
case {os:getenv("GITHUB_ACTIONS"), os:getenv("GITHUB_TOKEN")} of
{"true", Token} when is_list(Token) ->
JobId = os:getenv("GITHUB_RUN_ID"),
CONFIG1 = lists:keystore(coveralls_service_job_id, 1, CONFIG, {coveralls_service_job_id, JobId}),
Expand Down

0 comments on commit 9cb43bb

Please sign in to comment.