We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3d0dba0 commit 64f7725Copy full SHA for 64f7725
.github/workflows/firebase-hosting-pull-request.yml
@@ -3,6 +3,10 @@
3
4
name: Deploy to Firebase Hosting on PR
5
'on': pull_request
6
+permissions:
7
+ checks: write
8
+ contents: read
9
+ pull-requests: write
10
jobs:
11
build_and_preview:
12
if: '${{ github.event.pull_request.head.repo.full_name == github.repository }}'
0 commit comments