-
Notifications
You must be signed in to change notification settings - Fork 163
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
Actionlint does not support secrets: inherit with workflow_call #138
Comments
This feature was added very recently. So it is not supported yet. I will add the support at next version. |
Fair enough. Didn't see any other issues tracking it |
I'm using 1.6.22 and getting this false positive as well.
throws:
|
When using
workflow_call
(https://docs.github.com/en/actions/using-workflows/reusing-workflows#using-inputs-and-secrets-in-a-reusable-workflow), secrets can be specified individually or you can setinherit
to send all secrets automatically. eg from Github docs.This results in the following ActionLint errors in the calling workflow
And the following in the receiving workflow for any undeclared secrets
The text was updated successfully, but these errors were encountered: