File tree 1 file changed +2
-6
lines changed
1 file changed +2
-6
lines changed Original file line number Diff line number Diff line change 17
17
with :
18
18
path : target
19
19
repository : ' vim-jp/vimdoc-ja'
20
- token : ${{ secrets.VIMDOC_JA_TOKEN }}
20
+ ssh-key : ${{ secrets.VIMDOC_JA_SSH_KEY }}
21
21
- name : Setup Vim
22
22
uses : thinca/action-setup-vim@v1
23
23
with :
57
57
https://github.com/${{ github.repository }}/actions/runs/${{ github.run_id }}
58
58
branch : master
59
59
pull_strategy : ' NO-PULL'
60
- env :
61
- GITHUB_TOKEN : ${{ secrets.VIMDOC_JA_TOKEN }}
62
60
63
61
deploy :
64
62
runs-on : ubuntu-latest
72
70
with :
73
71
path : target
74
72
repository : ' vim-jp/vimdoc-ja'
75
- token : ${{ secrets.VIMDOC_JA_TOKEN }}
73
+ ssh-key : ${{ secrets.VIMDOC_JA_SSH_KEY }}
76
74
ref : gh-pages
77
75
- name : Setup Vim
78
76
uses : thinca/action-setup-vim@v1
@@ -111,5 +109,3 @@ jobs:
111
109
https://github.com/${{ github.repository }}/actions/runs/${{ github.run_id }}
112
110
branch : gh-pages
113
111
pull_strategy : ' NO-PULL'
114
- env :
115
- GITHUB_TOKEN : ${{ secrets.VIMDOC_JA_TOKEN }}
You can’t perform that action at this time.
0 commit comments