diff --git a/.github/workflows/test-coverage.yaml b/.github/workflows/test-coverage.yaml index 7ce671b3..448c9d2d 100644 --- a/.github/workflows/test-coverage.yaml +++ b/.github/workflows/test-coverage.yaml @@ -10,8 +10,6 @@ name: test-coverage.yaml permissions: read-all -permissions: read-all - jobs: test-coverage: runs-on: ubuntu-latest @@ -60,4 +58,4 @@ jobs: uses: actions/upload-artifact@v4 with: name: coverage-test-failures - path: ${{ runner.temp }}/package + path: ${{ runner.temp }}/package \ No newline at end of file