Skip to content

Commit 1d8bb3b

Browse files
committed
Update workflow to configure Git Safe Directory and copy README to Wiki
1 parent 644fcfd commit 1d8bb3b

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/copy-readme-to-wiki.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,7 @@ jobs:
1515
runs-on: ubuntu-latest
1616
steps:
1717
- uses: actions/checkout@v3
18-
- uses: Andrew-Chen-Wang/github-wiki-action@v4
18+
- uses: Andrew-Chen-Wang/github-wiki-action@v4
19+
with:
20+
token: ${{ secrets.GH_TOKEN }}
21+
path: .

0 commit comments

Comments
 (0)