-
Notifications
You must be signed in to change notification settings - Fork 140
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
[spec-prod] Dereference secret name in step #196
Conversation
The `secrets` context is not available at the `matrix` level. See discussion in: w3c/spec-prod#55 (comment) Workaround is to list the secret name at that level and to dereference it in the actual step.
The spec-prod action fails to detect that the specs are Bikeshed documents (likely because filenames don't end with `.bs`).
@chcunningham This should fix the job. I note that the use of a |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good to me. Thanks for the quick fix!
SHA: 52a98a3 Reason: push, by @chcunningham Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
SHA: 52a98a3 Reason: push, by @chcunningham Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
SHA: 52a98a3 Reason: push, by @chcunningham Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Success... almost ;) Publication to |
Thanks! |
The
secrets
context is not available at thematrix
level. See discussion in:w3c/spec-prod#55 (comment)
Workaround is to list the secret name at that level and to dereference it in the actual step.