From 64f7725fe963300e42c117a7d12af8e4bc432c43 Mon Sep 17 00:00:00 2001 From: Ehsan Date: Fri, 20 Oct 2023 17:14:51 +0400 Subject: [PATCH] fix dependabot CI (#481) --- .github/workflows/firebase-hosting-pull-request.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/firebase-hosting-pull-request.yml b/.github/workflows/firebase-hosting-pull-request.yml index a1169dd455e..2cb74bd227b 100644 --- a/.github/workflows/firebase-hosting-pull-request.yml +++ b/.github/workflows/firebase-hosting-pull-request.yml @@ -3,6 +3,10 @@ name: Deploy to Firebase Hosting on PR 'on': pull_request +permissions: + checks: write + contents: read + pull-requests: write jobs: build_and_preview: if: '${{ github.event.pull_request.head.repo.full_name == github.repository }}'