Skip to content

Commit 5477b7d

Browse files
authored
Give bot token to onUpdateFailure step (#1744)
1 parent c172a19 commit 5477b7d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

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

+2
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,8 @@ jobs:
3131
continue-on-error: true
3232
- if: ${{ steps.build.outcome == 'failure' }}
3333
run: node deploy/onUpdateFailure.js
34+
env:
35+
GITHUB_TOKEN: ${{ secrets.TS_GITHUB_BOT_AUTH }}
3436
- id: git-diff
3537
run: git diff --quiet HEAD baselines
3638
continue-on-error: true

0 commit comments

Comments
 (0)