Skip to content

Commit bc4b74f

Browse files
authored
fix: add permission for push to docs.yml
1 parent f6f79fc commit bc4b74f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/docs.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@ name: Docs
1616
on: [push, pull_request]
1717
jobs:
1818
test:
19+
permissions:
20+
contents: write
1921
runs-on: ubuntu-latest
2022
steps:
2123
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)