From 9e17bf719960c1e79dcc43f66689f2518bdc686b Mon Sep 17 00:00:00 2001 From: Alexis Saettler Date: Sat, 2 Mar 2024 00:12:10 +0100 Subject: [PATCH] chore: fix workflow --- .github/workflows/tests.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 9b941f7..78b7d28 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -15,7 +15,9 @@ on: - created permissions: - contents: read + contents: write + issues: write + pull-requests: write checks: write id-token: write