-
Notifications
You must be signed in to change notification settings - Fork 164
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
Description key is not required for workflow_call secrets #174
Labels
bug
Something isn't working
Comments
Can you show a link to official document? |
I verified with experiments:
|
Documentation is lacking: https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#onworkflow_callsecrets In this example you can see the description key in the |
Thanks for fixing this @rhysd! 🎉 🙇 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The following syntax:
Results in an error:
"description" is missing at "my_token" secret of workflow_call event
However, the description is optional.
The text was updated successfully, but these errors were encountered: