From 9887d7948766192098d9e2c777bc942b715b75dc Mon Sep 17 00:00:00 2001 From: Rodney Lab Date: Thu, 25 Jul 2024 17:47:22 +0100 Subject: [PATCH] =?UTF-8?q?ci:=20=F0=9F=90=9D=20update=20CI=20config?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/deno.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/deno.yml b/.github/workflows/deno.yml index 1a97561..f335217 100644 --- a/.github/workflows/deno.yml +++ b/.github/workflows/deno.yml @@ -7,6 +7,7 @@ on: types: [opened, synchronize, reopened] branches: - main +permissions: read-all jobs: deno-check: runs-on: ubuntu-latest