Skip to content

Still got error fatal: repository not found #28

Closed
@abinhho

Description

@abinhho

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 error
Screen Shot 0002-05-16 at 18 42 05

This is package.json

{
    ...
    "mycompany-package": "git+https://github.com/mycompany/mycompany-package.git",
    ....
}

Please help!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions