Skip to content

Commit c71c8a3

Browse files
authored
chore: add contents:write permission for pushing to gh-pages (#999)
1 parent 3486a26 commit c71c8a3

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/docs.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,14 @@
1414

1515
name: Docs
1616
on: [push, pull_request]
17+
1718
jobs:
1819
docs:
1920
runs-on: ubuntu-latest
21+
22+
permissions:
23+
contents: write
24+
2025
steps:
2126
- name: Checkout
2227
uses: actions/checkout@v4

0 commit comments

Comments
 (0)