diff --git a/.github/workflows/envoy.yml b/.github/workflows/envoy.yml index 9dd1974..d3f0c74 100644 --- a/.github/workflows/envoy.yml +++ b/.github/workflows/envoy.yml @@ -61,7 +61,7 @@ jobs: - if: ${{ steps.cache.outputs.cache-hit && steps.update.outputs.changed }} run: | gh extension install actions/gh-actions-cache - gh actions-cache delete ${{ steps.versions.outputs.hash }} + gh actions-cache delete ${{ steps.versions.outputs.hash }} env: GH_TOKEN: ${{ github.token }}