Skip to content

Commit f1ffd74

Browse files
authored
Merge pull request #683 from booniepepper/fix-gha
fix gha permissions key
2 parents 61a628d + d2ddab4 commit f1ffd74

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/generate-index-and-docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
generate-index-and-docs:
1717
runs-on: ubuntu-latest
1818
permissions:
19-
content: write
19+
contents: write
2020

2121
steps:
2222
- name: Checkout repository

0 commit comments

Comments
 (0)