Skip to content

Commit c890558

Browse files
committed
Rotate danger-pr bot token.
1 parent bc89f49 commit c890558

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-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

0 commit comments

Comments
 (0)