From 111bcd2110940397c69b8c7b0aebb9f166cf9980 Mon Sep 17 00:00:00 2001 From: jukkap Date: Thu, 1 Feb 2024 10:20:01 +0200 Subject: [PATCH] Fix: syntax error on ci.yml --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e05bc6dc..48c69f03 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -89,8 +89,8 @@ jobs: test-api: runs-on: ubuntu-latest permissions: - Contents: read - Metadata: read + contents: read + metadata: read issues: read pull-requests: write