Skip to content

Commit c8c4ff3

Browse files
committed
Grant preview-website job the permissions Firebase deploy needs
Signed-off-by: Tamal Saha <tamal@appscode.com>
1 parent 577fa8c commit c8c4ff3

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/preview-website.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,10 @@ jobs:
1515
build:
1616
name: Build
1717
runs-on: ubuntu-24.04
18+
permissions:
19+
contents: read
20+
checks: write
21+
pull-requests: write
1822
steps:
1923
- uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4.3.1
2024
with:

0 commit comments

Comments
 (0)