Skip to content
This repository has been archived by the owner on Feb 21, 2025. It is now read-only.

All checks have failed #11

Open
pmandrik opened this issue Apr 26, 2022 · 0 comments
Open

All checks have failed #11

pmandrik opened this issue Apr 26, 2022 · 0 comments

Comments

@pmandrik
Copy link
Contributor

For my memory:
"Note: With the exception of GITHUB_TOKEN, secrets are not passed to the runner when a workflow is triggered from a forked repository." [0] while we need following variables to be available to build docker images and pass the tests.

username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_TOKEN }}

This is a reason of "All checks have failed" for my PRs so far.

[0] https://docs.github.com/en/actions/security-guides/encrypted-secrets

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

No branches or pull requests

1 participant