Closed
Description
Hello,
I am still facing with fatal error after use webfactory/ssh-agent
fatal: repository 'https://github.com/mycompany/mycompany-package.git/' not found
This is my deploy flow
name: CI Dev
on:
push:
branches: [ develop ]
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- name: Set SSH Key Agent
uses: webfactory/[email protected]
with:
ssh-private-key: ${{ secrets.SSH_PRIVATE_KEY }}
- uses: actions/checkout@v2
- name: Install node modules
run: yarn
This is package.json
{
...
"mycompany-package": "git+https://github.com/mycompany/mycompany-package.git",
....
}
Please help!
Metadata
Metadata
Assignees
Labels
No labels