Skip to content

Commit 7dcd267

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

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/publish.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,10 @@ jobs:
99
build:
1010
name: Build
1111
runs-on: ubuntu-24.04
12+
permissions:
13+
contents: read
14+
checks: write
15+
pull-requests: write
1216
steps:
1317
- uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4.3.1
1418
with:

0 commit comments

Comments
 (0)