Skip to content

Commit 0c213db

Browse files
committed
Add explicit permissions block to web-example-ghpages.yml
1 parent c67b543 commit 0c213db

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/web-example-ghpages.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@ on:
44
release:
55
types: [published]
66

7+
permissions:
8+
contents: write
9+
pull-requests: write
10+
711
jobs:
812
build:
913
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)