Sha256: f72c4923fb001755aec1926fabf0cc511d45e82ea71e68eb8d5f304f710a54cc

Contents?: true

Size: 494 Bytes

Versions: 16

Compression:

Stored size: 494 Bytes

Contents

# Configuration for GitHub
# Use the following command to generate an access_token
# for your GitHub account to allow Houston to modify
# commit statuses.
#
# curl -v -u USERNAME -X POST https://api.github.com/authorizations --data '{"scopes":["repo:status"]}'
#
Houston.config.github do
  # Access token for houstonbot with scopes: ["repo"]
  access_token ENV["HOUSTON_GITHUB_ACCESS_TOKEN"]
  key ENV["HOUSTON_GITHUB_KEY"]
  secret ENV["HOUSTON_GITHUB_SECRET"]
  organization "my-company"
end

Version data entries

16 entries across 16 versions & 1 rubygems

Version Path
houston-core-0.8.0.pre templates/new-instance/config/integrations/github.rb
houston-core-0.7.0 templates/new-instance/config/integrations/github.rb
houston-core-0.7.0.beta4 templates/new-instance/config/integrations/github.rb
houston-core-0.7.0.beta3 templates/new-instance/config/integrations/github.rb
houston-core-0.7.0.beta2 templates/new-instance/config/integrations/github.rb
houston-core-0.7.0.beta templates/new-instance/config/integrations/github.rb
houston-core-0.6.3 templates/new-instance/config/integrations/github.rb
houston-core-0.6.2 templates/new-instance/config/integrations/github.rb
houston-core-0.6.1 templates/new-instance/config/integrations/github.rb
houston-core-0.6.0 templates/new-instance/config/integrations/github.rb
houston-core-0.5.6 templates/new-instance/config/integrations/github.rb
houston-core-0.5.5 templates/new-instance/config/integrations/github.rb
houston-core-0.5.4 templates/new-instance/config/integrations/github.rb
houston-core-0.5.3 templates/new-instance/config/integrations/github.rb
houston-core-0.5.2 templates/new-instance/config/integrations/github.rb
houston-core-0.5.1 templates/new-instance/config/integrations/github.rb