There was an error while loading. Please reload this page.
1 parent 4c5e90d commit e0e918eCopy full SHA for e0e918e
2 files changed
.github/workflows/build.yaml
@@ -36,6 +36,8 @@ jobs:
36
37
steps:
38
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
39
+ with:
40
+ persist-credentials: false
41
42
- uses: actions-ext/python/setup@main
43
with:
.github/workflows/wiki.yaml
@@ -20,7 +20,10 @@ jobs:
20
deploy:
21
runs-on: ubuntu-latest
22
23
- - uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
24
- - uses: Andrew-Chen-Wang/github-wiki-action@1bbb4280446f9630e8e21a18012cbacf3b0f992e # v5.0.6
25
- with:
26
- path: docs/wiki
+ - uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
+
27
+ - uses: Andrew-Chen-Wang/github-wiki-action@1bbb4280446f9630e8e21a18012cbacf3b0f992e # v5.0.6
28
29
+ path: docs/wiki
0 commit comments