We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 644fcfd commit 1d8bb3bCopy full SHA for 1d8bb3b
.github/workflows/copy-readme-to-wiki.yml
@@ -15,4 +15,7 @@ jobs:
15
runs-on: ubuntu-latest
16
steps:
17
- uses: actions/checkout@v3
18
- - uses: Andrew-Chen-Wang/github-wiki-action@v4
+ - uses: Andrew-Chen-Wang/github-wiki-action@v4
19
+ with:
20
+ token: ${{ secrets.GH_TOKEN }}
21
+ path: .
0 commit comments