From 04c0c7dc0526a05634217c006a490bfc40a17748 Mon Sep 17 00:00:00 2001 From: Joyce Date: Wed, 1 Mar 2023 13:36:48 -0300 Subject: [PATCH] chore: set ci.yaml permissions. Signed-off-by: Joyce --- .github/workflows/ci.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index db83c3d9ac..a4c768e022 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -8,6 +8,9 @@ on: branches: - master +permissions: + contents: read + jobs: test: runs-on: ${{ matrix.os }}