From ca8888c2da45fb57331f30fc28a048a00e026968 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Charles-Edouard=20Br=C3=A9t=C3=A9ch=C3=A9?= Date: Tue, 20 Jun 2023 23:15:47 +0200 Subject: [PATCH] fix: token permissions (#7619) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Charles-Edouard Brétéché --- .github/workflows/check-actions.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/check-actions.yaml b/.github/workflows/check-actions.yaml index a78c2c6110..192f657c04 100644 --- a/.github/workflows/check-actions.yaml +++ b/.github/workflows/check-actions.yaml @@ -9,9 +9,13 @@ on: - 'main' - 'release*' +permissions: {} + jobs: check: runs-on: ubuntu-latest + permissions: + contents: read steps: - name: Checkout uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3.5.3