mirror of
https://github.com/zen-browser/desktop.git
synced 2025-12-25 15:48:59 +00:00
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:
2
.github/workflows/clear-all-cache.yml
vendored
2
.github/workflows/clear-all-cache.yml
vendored
@@ -20,5 +20,5 @@ jobs:
|
||||
done
|
||||
echo "Done"
|
||||
env:
|
||||
GH_TOKEN: ${{ secrets.DEPLOY_TOKEN }}
|
||||
GH_TOKEN: ${{ github.token }}
|
||||
GH_REPO: ${{ github.repository }}
|
||||
|
||||
Reference in New Issue
Block a user