mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-03-21 17:55:21 -05:00
add missing token
This commit is contained in:
parent
a64c2c3772
commit
3465cac9f0
2
.github/workflows/cache-report.yml
vendored
2
.github/workflows/cache-report.yml
vendored
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user