chore: change secret (#11435)

This commit is contained in:
Constrat
2024-12-26 14:05:04 +01:00
committed by GitHub
parent 3ce7358cea
commit b65ed2e64e

View File

@@ -128,7 +128,7 @@ jobs:
curl -L -X DELETE `
-H "Accept: application/vnd.github+json" `
-H "Authorization: Bearer ${{secrets.GITHUB_TOKEN}}" `
-H "Authorization: Bearer ${{secrets.MAA_ACTION_READ_WRITE}}" `
-H "X-GitHub-Api-Version: 2022-11-28" `
"https://api.github.com/repos/MaaAssistantArknights/MaaAssistantArknights/actions/caches?key=$cacheKey"
}