From 6ca3117a5cc8d1718b4fa4259dba54fcacbb1f30 Mon Sep 17 00:00:00 2001 From: Nicola Asuni Date: Wed, 6 Sep 2023 13:59:33 +0100 Subject: [PATCH] add permission entry Restrict GitHub actions access --- .github/workflows/tests.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 9787cfe7..e02383f4 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -1,5 +1,8 @@ name: Run tests +permissions: + contents: read + on: push: branches: