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