Skip to content

Commit 1e81f89

Browse files
authored
Merge pull request #156 from dblock/danger-token
Rotate danger-pr bot token.
2 parents bc89f49 + 9d8130d commit 1e81f89

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/danger.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,5 +19,5 @@ jobs:
1919
run: |
2020
bundle install
2121
# the personal token is public, this is ok, base64 encode to avoid tripping Github
22-
TOKEN=$(echo -n NWY1ZmM5MzEyMzNlYWY4OTZiOGU3MmI3MWQ3Mzk0MzgxMWE4OGVmYwo= | base64 --decode)
22+
TOKEN=$(echo -n Z2hwX0xNQ3VmanBFeTBvYkZVTWh6NVNqVFFBOEUxU25abzBqRUVuaAo= | base64 --decode)
2323
DANGER_GITHUB_API_TOKEN=$TOKEN bundle exec danger --verbose

Gemfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ group :development, :test do
2828
gem 'faker'
2929
gem 'faraday', '0.17.5'
3030
gem 'hyperclient', '~> 0.9.3'
31+
gem 'rack', '~> 2.2.3'
3132
gem 'rack-server-pages'
3233
gem 'rack-test'
3334
gem 'rake'

0 commit comments

Comments
 (0)