We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c172a19 commit 5477b7dCopy full SHA for 5477b7d
.github/workflows/update-core-deps.yml
@@ -31,6 +31,8 @@ jobs:
31
continue-on-error: true
32
- if: ${{ steps.build.outcome == 'failure' }}
33
run: node deploy/onUpdateFailure.js
34
+ env:
35
+ GITHUB_TOKEN: ${{ secrets.TS_GITHUB_BOT_AUTH }}
36
- id: git-diff
37
run: git diff --quiet HEAD baselines
38
0 commit comments