We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0fa9f61 commit f74adbaCopy full SHA for f74adba
.github/workflows/compile-examples.yml
@@ -96,6 +96,7 @@ jobs:
96
platforms: ${{ matrix.board.platforms }}
97
enable-deltas-report: true
98
sketches-report-path: ${{ env.SKETCHES_REPORTS_PATH }}
99
+ github-token: ${{ secrets.GITHUB_TOKEN }}
100
101
- name: Save memory usage change report as artifact
102
if: github.event_name == 'pull_request'
0 commit comments