Skip to content

Commit 2cd8c48

Browse files
Merge pull request #19 from enricobattocchi/claude/pwa-external-links-browser-vpyuU
Add permissions to deploy workflow for PR preview comments
2 parents 494ae9e + b9ee9f2 commit 2cd8c48

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/deploy.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@ on:
66
pull_request:
77
branches: [main]
88

9+
permissions:
10+
contents: read
11+
pull-requests: write
12+
913
jobs:
1014
deploy:
1115
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)