Commit 2403842d by Francisco Giordano

use ssh key for git checkout in transpile worfklow

parent 22bcb938
......@@ -11,6 +11,7 @@ jobs:
- uses: actions/checkout@v2
with:
fetch-depth: 0
ssh-key: ${{secrets.DEPLOY_KEY}}
- uses: actions/setup-node@v1
with:
node-version: 10.x
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment