-
Notifications
You must be signed in to change notification settings - Fork 198
Closed
Labels
bugSomething isn't workingSomething isn't working
Description
When I call a reusable workflow with a secret in the new version of the action (v1.6.18) it fails with
secret is not defined in reusable workflows error.
.github/workflows/job.yml:17:11: secret “SECRET" is required by "./.github/workflows/reusable-job.yml" reusable workflow [workflow-call]
|
17 | uses: ./.github/workflows/reusable-job.yml
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
.github/workflows/jobyml:21:7: secret “secret" is not defined in "./.github/workflows/reusable-job.yml" reusable workflow. defined secret is “SECRET" [workflow-call]
But when I call it I pass the secrets and still fail.
If I force the workflow to use the previous version (v1.6.17) without any other change then it succeeds.
Maybe it's related to the relative path of the reusable workflow.
tpansino, mariusfilipowski, NickDub and sammort
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working