.github: add write permission to delete caches

This commit is contained in:
yyforyongyu
2025-07-04 05:46:50 +03:00
parent da2b3469dd
commit 4f98a0313a

View File

@@ -11,6 +11,12 @@ on:
branches:
- "master"
permissions:
# Required to manage and delete caches.
actions: write
# Default permission for checking out code.
contents: read
concurrency:
# Cancel any previous workflows if they are from a PR or push.
group: ${{ github.event.pull_request.number || github.ref }}