From 8de6d6bb4cc4c2046e94e8fb5df85ab9fd4c2693 Mon Sep 17 00:00:00 2001 From: Vlad Frangu Date: Wed, 24 Apr 2024 23:17:50 +0300 Subject: [PATCH] chore: make check deno actually work for once --- .github/workflows/check-deno.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/check-deno.yml b/.github/workflows/check-deno.yml index 629fdad6..bd626ef9 100644 --- a/.github/workflows/check-deno.yml +++ b/.github/workflows/check-deno.yml @@ -10,6 +10,10 @@ jobs: check_deno: name: Ensure Deno types are in sync with the code runs-on: ubuntu-latest + permissions: + contents: write + pull-requests: write + steps: - name: Checkout Project uses: actions/checkout@v4