We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents bc89f49 + 9d8130d commit 1e81f89Copy full SHA for 1e81f89
.github/workflows/danger.yml
@@ -19,5 +19,5 @@ jobs:
19
run: |
20
bundle install
21
# the personal token is public, this is ok, base64 encode to avoid tripping Github
22
- TOKEN=$(echo -n NWY1ZmM5MzEyMzNlYWY4OTZiOGU3MmI3MWQ3Mzk0MzgxMWE4OGVmYwo= | base64 --decode)
+ TOKEN=$(echo -n Z2hwX0xNQ3VmanBFeTBvYkZVTWh6NVNqVFFBOEUxU25abzBqRUVuaAo= | base64 --decode)
23
DANGER_GITHUB_API_TOKEN=$TOKEN bundle exec danger --verbose
Gemfile
@@ -28,6 +28,7 @@ group :development, :test do
28
gem 'faker'
29
gem 'faraday', '0.17.5'
30
gem 'hyperclient', '~> 0.9.3'
31
+ gem 'rack', '~> 2.2.3'
32
gem 'rack-server-pages'
33
gem 'rack-test'
34
gem 'rake'
0 commit comments