Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Command failed: ssh-add - #644

Closed
cormullion opened this issue Oct 9, 2020 · 2 comments
Closed

Command failed: ssh-add - #644

cormullion opened this issue Oct 9, 2020 · 2 comments

Comments

@cormullion
Copy link
Contributor

Is this a Franklin-related issue or just some Github problem. I don't think I've changed anything since last month...

Screenshot 2020-10-09 at 14 25 22

@tlienart
Copy link
Owner

tlienart commented Oct 9, 2020

The fix for anyone else who stumbles upon this:

In your .github/.workflows/deploy.yml remove

- name: Install SSH Client
      uses: webfactory/[email protected]
      with:
        ssh-private-key: ${{ secrets.FRANKLIN_PRIV }}

and at the end of the file replace SSH: true with

GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

That should be all you have to do but do comment here if you still have some problem with the deployment.

@OpnSrcPro
Copy link

Thanks for solution, really appreciate

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants