From 7ec7eaa1861be1bea06b28810d443e22f1a4602b Mon Sep 17 00:00:00 2001 From: jukkap Date: Thu, 1 Feb 2024 10:40:45 +0200 Subject: [PATCH] CI: add contents write permission to make commit comments with actions --- .github/workflows/ci.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 53613ac0..af795473 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -89,8 +89,9 @@ jobs: test-api: runs-on: ubuntu-latest permissions: - issues: write - pull-requests: write + contents: read|write + issues: read|write + pull-requests: read|write strategy: matrix: