From c3c69ed6ac0f8cd77676d637f80c047aea874f44 Mon Sep 17 00:00:00 2001 From: Ragot Geoffrey Date: Wed, 14 Feb 2024 16:37:19 +0100 Subject: [PATCH] fix(ci): cache invalidation (#1245) --- .github/workflows/main.yml | 7 ------- 1 file changed, 7 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 6a61edd54e..1367a6662e 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -57,17 +57,10 @@ jobs: --no-output --allow-privileged --secret SPEAKEASY_API_KEY=$SPEAKEASY_API_KEY - --secret SEGMENT_WRITE_KEY=$SEGMENT_WRITE_KEY - --secret GITHUB_TOKEN=$GITHUB_TOKEN - --secret FURY_TOKEN=$FURY_TOKEN - --secret GORELEASER_KEY=$GORELEASER_KEY ${{ contains(github.event.pull_request.labels.*.name, 'no-cache') && '--no-cache' || '' }} +tests env: - GITHUB_TOKEN: ${{ secrets.NUMARY_GITHUB_TOKEN }} SPEAKEASY_API_KEY: ${{ secrets.SPEAKEASY_API_KEY }} - FURY_TOKEN: ${{ secrets.FURY_TOKEN }} - GORELEASER_KEY: ${{ secrets.GORELEASER_KEY }} Extract: name: Extract