We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 92d49b3 commit a458a7cCopy full SHA for a458a7c
1 file changed
.github/workflows/_build-tutorials-base.yml
@@ -213,9 +213,10 @@ jobs:
213
python3 -m tools.deprecation_checker.api_report \
214
--build-log _build/build.log \
215
-o _build/api_report.md \
216
- --create-issue || true
+ --create-issue
217
env:
218
- GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
+ GITHUB_TOKEN: ${{ secrets.CUSTOM_TOKEN }}
219
+ continue-on-error: true
220
221
- name: Upload API deprecation report
222
if: always()
0 commit comments