Skip to content

Commit a458a7c

Browse files
committed
Update
1 parent 92d49b3 commit a458a7c

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

.github/workflows/_build-tutorials-base.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -213,9 +213,10 @@ jobs:
213213
python3 -m tools.deprecation_checker.api_report \
214214
--build-log _build/build.log \
215215
-o _build/api_report.md \
216-
--create-issue || true
216+
--create-issue
217217
env:
218-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
218+
GITHUB_TOKEN: ${{ secrets.CUSTOM_TOKEN }}
219+
continue-on-error: true
219220

220221
- name: Upload API deprecation report
221222
if: always()

0 commit comments

Comments
 (0)