From eaf803fcc056b89b44694da40b945adee8e2e2cd Mon Sep 17 00:00:00 2001 From: "mr. m" <91018726+mauro-balades@users.noreply.github.com> Date: Thu, 3 Apr 2025 03:47:29 -0700 Subject: [PATCH] Correcttly use runner's caller github token when clearing up cache Signed-off-by: mr. m <91018726+mauro-balades@users.noreply.github.com> --- .github/workflows/clear-all-cache.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/clear-all-cache.yml b/.github/workflows/clear-all-cache.yml index 663703372..898d67ce1 100644 --- a/.github/workflows/clear-all-cache.yml +++ b/.github/workflows/clear-all-cache.yml @@ -20,5 +20,5 @@ jobs: done echo "Done" env: - GH_TOKEN: ${{ secrets.DEPLOY_TOKEN }} + GH_TOKEN: ${{ github.token }} GH_REPO: ${{ github.repository }}