From b260b3e063d2d9743ebcf3727e8bdd30da835071 Mon Sep 17 00:00:00 2001 From: Michael Telatynski <7t3chguy@gmail.com> Date: Wed, 8 Jun 2022 16:14:34 +0100 Subject: [PATCH] Fix wrong permission for cypress check (#8793) --- .github/workflows/cypress.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/cypress.yaml b/.github/workflows/cypress.yaml index 33fb307d7b..736ca529bb 100644 --- a/.github/workflows/cypress.yaml +++ b/.github/workflows/cypress.yaml @@ -12,7 +12,7 @@ jobs: runs-on: ubuntu-latest permissions: actions: read - checks: write + statuses: write issues: read pull-requests: read environment: Cypress