From 3f9d1acb26d199ee323a161a09f616454a7d4391 Mon Sep 17 00:00:00 2001 From: Salah Al Saleh Date: Fri, 31 May 2024 17:07:59 +0000 Subject: [PATCH] remove secrets inherit --- .github/workflows/pull-request.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/pull-request.yaml b/.github/workflows/pull-request.yaml index d24e85e..6a795c3 100644 --- a/.github/workflows/pull-request.yaml +++ b/.github/workflows/pull-request.yaml @@ -29,7 +29,6 @@ jobs: - name: Checkout uses: actions/checkout@v4 - uses: ./.github/actions/e2e - secrets: inherit with: test-name: ${{ matrix.test }} replicated-api-token: ${{ secrets.C11Y_MATRIX_TOKEN }}