add github slug to website config
This commit is contained in:
parent
af5dae5907
commit
8a5d558656
|
@ -10,4 +10,5 @@ activate :hashicorp do |h|
|
|||
h.bintray_repo = "mitchellh/terraform"
|
||||
h.bintray_user = "mitchellh"
|
||||
h.bintray_key = ENV["BINTRAY_API_KEY"]
|
||||
h.github_slug = "hashicorp/terraform"
|
||||
end
|
||||
|
|
Loading…
Reference in New Issue