From 13f615994bb94bb117e7a01f180326eb41bf01bb Mon Sep 17 00:00:00 2001 From: Jesse Bannon Date: Sun, 25 Sep 2022 11:37:23 -0700 Subject: [PATCH] read --- .github/workflows/ci.yaml | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 19686469..d905ef2d 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -32,6 +32,8 @@ jobs: needs: [ test-build ] + permissions: + contents: read steps: - name: Run linters @@ -43,6 +45,8 @@ jobs: needs: [ test-lint ] + permissions: + contents: read steps: - name: Run unit tests with coverage @@ -54,6 +58,8 @@ jobs: needs: [ test-lint ] + permissions: + contents: read steps: - name: Run e2e soundcloud tests with coverage @@ -65,6 +71,8 @@ jobs: needs: [ test-lint ] + permissions: + contents: read steps: - name: Run e2e youtube tests with coverage @@ -76,6 +84,8 @@ jobs: needs: [ test-lint ] + permissions: + contents: read steps: - name: Run e2e plugin tests with coverage @@ -90,7 +100,6 @@ jobs: test-youtube, test-plugins ] - permissions: contents: read