-
Notifications
You must be signed in to change notification settings - Fork 3
Minor workflows fixes #38
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
base: main
Are you sure you want to change the base?
Conversation
|
blocked on #40 |
Signed-off-by: alexey semenyuk <alexsemenyuk88@gmail.com>
bad4e99
to
6129a7c
Compare
Interesting, the same error... |
@SupernaviX could you take a look at this one? |
Is this hostname added to /etc/hosts?
|
The error from docker logs is
it looks like the configuration for the signer is either unavailable or malformed. |
@Quantumplation @EnriqueL8 the wallet to use for this test is provided as a secret named I'm not sure what the appropriate fix is. That secret is the signing key for a preview wallet; it's not extremely sensitive, but it probably shouldn't be committed in plaintext. |
Oh I see... so the way we normally do this is by approving runs on the PR from forks |
Context
Minor workflows fixes - use latest version for actions/checkout
Important Changes Introduced