Correcttly use runner's caller github token when clearing up cache

Signed-off-by: mr. m  <91018726+mauro-balades@users.noreply.github.com>
This commit is contained in:
mr. m
2025-04-03 03:47:29 -07:00
committed by GitHub
parent b7e1e26c14
commit eaf803fcc0

View File

@@ -20,5 +20,5 @@ jobs:
done
echo "Done"
env:
GH_TOKEN: ${{ secrets.DEPLOY_TOKEN }}
GH_TOKEN: ${{ github.token }}
GH_REPO: ${{ github.repository }}