We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bc40006 commit 01e8285Copy full SHA for 01e8285
.github/workflows/test_typescript.yml
@@ -36,7 +36,7 @@ jobs:
36
git diff > baseline-changes.diff
37
38
- name: Danger
39
- run: npm run danger -- ci
+ run: npx danger -- ci
40
env:
41
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
42
.github/workflows/update-core-deps.yml
@@ -29,5 +29,5 @@ jobs:
29
commit-message: "chore(package): update core dependencies"
30
title: "chore(package): update core dependencies"
31
branch: update-core-deps
32
- token: ${{ secrets.PAT }}
+ token: ${{ secrets.TS_GITHUB_BOT_AUTH }}
33
0 commit comments