From 0f33137f72c640ea0a4526c407d20d04a76e03f1 Mon Sep 17 00:00:00 2001 From: branberry Date: Tue, 16 Jan 2024 13:05:13 -0600 Subject: [PATCH] [HOTFIX]: Add correct cache commands --- .github/workflows/clean-feature-branch.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/clean-feature-branch.yml b/.github/workflows/clean-feature-branch.yml index 22d2ea122..e08ae8649 100644 --- a/.github/workflows/clean-feature-branch.yml +++ b/.github/workflows/clean-feature-branch.yml @@ -31,3 +31,5 @@ jobs: auto-builder-stack-enhancedApp-stg-${{github.head_ref}}-webhooks - name: Delete cache run: gh cache delete ${{github.head_ref}} + env: + GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} \ No newline at end of file