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

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 join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant