From b65ed2e64e357857dbc9b1bbf03955ee3e12e3a3 Mon Sep 17 00:00:00 2001 From: Constrat <56174894+Constrat@users.noreply.github.com> Date: Thu, 26 Dec 2024 14:05:04 +0100 Subject: [PATCH] chore: change secret (#11435) --- .github/workflows/smoke-testing.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/smoke-testing.yml b/.github/workflows/smoke-testing.yml index 6521c31d98..ba11d7d6c0 100644 --- a/.github/workflows/smoke-testing.yml +++ b/.github/workflows/smoke-testing.yml @@ -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" }