Skip to content

Commit

Permalink
Rotate Danger token.
Browse files Browse the repository at this point in the history
  • Loading branch information
dblock committed Dec 20, 2022
1 parent f8aaaec commit 6ec6568
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/danger.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ jobs:
bundler-cache: true
- name: Run Danger
run: |
# the token is public, this is ok
TOKEN='b8b19daa0ade737762c'
TOKEN+='f35edcb328642d371ce86'
# the token is public, has public_repo scope and belongs to the grape-bot user owned by @dblock, this is ok
TOKEN=$(echo -n Z2hwX2lYb0dPNXNyejYzOFJyaTV3QUxUdkNiS1dtblFwZTFuRXpmMwo= | base64 --decode)
DANGER_GITHUB_API_TOKEN=$TOKEN bundle exec danger --verbose

0 comments on commit 6ec6568

Please sign in to comment.