-
Notifications
You must be signed in to change notification settings - Fork 1
EN #5300 Update to run secure poly setup and generate #4
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
Conversation
| POLY_API_BASE_URL: ${{ inputs.poly_api_base_url }} | ||
| run: | | ||
| set -euo pipefail | ||
| echo "::add-mask::${POLY_API_KEY}" |
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.
This masking seems handy. Never seen this before. Is this a github feature or just something that echo supports?
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.
Yeah, just found that yesterday in the github docs 👇
https://docs.github.com/en/actions/reference/workflows-and-actions/workflow-commands#masking-a-value-in-a-log
aarongoin
left a comment
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.
Changes look good to me! Do you want to upgrade our python demo project to utilize this new hawtness? Should be pretty easy. https://github.com/polyapi/poly-glide-template-py
ticket -> https://github.com/polyapi/poly-alpha/issues/5300