1
0
Fork 0

attempt to fix gh workflow

This commit is contained in:
Kim, Jimin 2021-08-15 08:52:32 +09:00
parent 1e7d7c4e28
commit 65cd6a17b3

View file

@ -33,10 +33,13 @@ jobs:
- uses: actions/setup-node@v1 - uses: actions/setup-node@v1
with: with:
node-version: '14.x' node-version: '14.x'
- uses: webfactory/ssh-agent@v0.5.3
with:
ssh-private-key: ${{ secrets.GH_PAGES_DEPLOY }}
- name: Release to GitHub Pages - name: Release to GitHub Pages
env: env:
GIT_USER: developomp USE_SSH: true
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} GIT_USER: git
run: | run: |
git config --global user.email "developomp@github.com" git config --global user.email "developomp@github.com"
git config --global user.name "developomp" git config --global user.name "developomp"