docs: add permissions write to github workflow

This commit is contained in:
nazeh
2024-09-09 09:33:54 +03:00
parent 616b0c41e1
commit 5ce462ded6

View File

@@ -6,6 +6,9 @@ on:
pull_request:
branches: [ main ]
permissions:
contents: write
jobs:
build-and-test:
runs-on: ubuntu-latest