Skip to content

Commit 01e8285

Browse files
committed
Update the bot
1 parent bc40006 commit 01e8285

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/test_typescript.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
git diff > baseline-changes.diff
3737
3838
- name: Danger
39-
run: npm run danger -- ci
39+
run: npx danger -- ci
4040
env:
4141
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
4242

.github/workflows/update-core-deps.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,5 +29,5 @@ jobs:
2929
commit-message: "chore(package): update core dependencies"
3030
title: "chore(package): update core dependencies"
3131
branch: update-core-deps
32-
token: ${{ secrets.PAT }}
32+
token: ${{ secrets.TS_GITHUB_BOT_AUTH }}
3333

0 commit comments

Comments
 (0)