mirror of
https://github.com/MaaAssistantArknights/MaaAssistantArknights.git
synced 2026-07-18 18:20:39 +08:00
fix: use read/write secret to delete cache on pr merge
This commit is contained in:
2
.github/workflows/cache-delete.yml
vendored
2
.github/workflows/cache-delete.yml
vendored
@@ -11,7 +11,7 @@ jobs:
|
||||
steps:
|
||||
- name: Delete cache on PR merged
|
||||
env:
|
||||
GH_TOKEN: ${{ github.token }}
|
||||
GH_TOKEN: ${{ secrets.MAA_ACTION_READ_WRITE }}
|
||||
run: |
|
||||
mkdir -p temp && cd "$_"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user