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