Skip to content

Commit 6b7454d

Browse files
committed
chore: make it work
1 parent 2988e30 commit 6b7454d

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/generate-docs.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ jobs:
77
generate-docs:
88
runs-on: "ubuntu-latest"
99
timeout-minutes: 30
10+
permissions:
11+
contents: write
1012
steps:
1113
- uses: actions/checkout@v4
1214
with:
@@ -25,6 +27,8 @@ jobs:
2527
shell: bash
2628
run: npm run generate-plugin-docs
2729

28-
- name: test
30+
- name: Git Diff Logging
2931
shell: bash
3032
run: git diff --name-only
33+
34+
- uses: stefanzweifel/git-auto-commit-action@v5

0 commit comments

Comments
 (0)