add missing token

This commit is contained in:
Bruno Alexandre Rosa 2026-03-14 18:45:07 -03:00
parent a64c2c3772
commit 3465cac9f0

View File

@ -24,6 +24,8 @@ jobs:
- name: Report cache usage
id: cache_report
env:
GH_TOKEN: ${{ github.token }}
run: |
./.ci/gh_buildkit_cache_usage.sh | tee report.txt
echo "summary<<EOF" >> "$GITHUB_STEP_SUMMARY"