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.
1 parent bc89f49 commit c890558Copy full SHA for c890558
.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
0 commit comments