Closed sophiewigmore closed 3 years ago
Closing because skopeo login
isn't the solution to this problem. The problem is with the fact that: Note: With the exception of GITHUB_TOKEN, secrets are not passed to the runner when a workflow is triggered from a forked repository.
(from https://docs.github.com/en/actions/reference/encrypted-secrets#using-encrypted-secrets-in-a-workflow), and the PR that broke this workflow is from a fork.
Summary
The
create-stack
workflow is failing on thedocker login
step. This changes the login to useskopeo login
like we do in paketo-buildpacks/github-config.Use Cases
Checklist