TimDaub / simple-caldav

caldav in JavaScript; made easy.
20 stars 3 forks source link

uses: webfactory/ssh-agent@v0.4.1 is failing tests #25

Closed TimDaub closed 3 years ago

TimDaub commented 3 years ago

Trace: Error: The ssh-private-key argument is empty. Maybe the secret has not been configured, or you are using a wrong secret name in your workflow file.

Related: https://github.com/actions/setup-node/issues/214

TimDaub commented 3 years ago

We have to use ssh-agent to be able to clone our version of ical.js: https://github.com/TimDaub/simple-caldav/blob/cb56a889128880c3aa60843b99d53067f55d1665/package.json#L34

TimDaub commented 3 years ago

Secrets are not passed to workflows that are triggered by a pull request from a fork. Learn more.