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