-
Notifications
You must be signed in to change notification settings - Fork 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
docs: Add four Sections in README.md + one demo GHA job #38
Conversation
I'm not quite sure what the use case is. Is this about leaking secret variables? |
Yes, the use case to "hide" some commands from the log would not very useful by itself, indeed, but the fact the variables' value is displayed is a side-effect of the bash -c 'export foo="42";
set -x;
bar="$foo"' Here, While it would also be possible for the users, and maybe more standard, to do a deployment in a later stage from a dedicated action, given that FYI, the sources files (and the whole workspace of the project that can be modified within the docker-coq-action container) is kept. Only the installed opam package is not available in the end, in particular because we run So what's your opinion about this documentation PR? At least, it seems to me that this limitation has to be documented. This way or another way? |
It seems a good idea to document it, but I would make it even more explicit (giving explicitly the example of not leaking secret variables). |
Hi @Zimmi48, FYI the potential issue is not critical at all, given repository secrets FTR, I've tested this again in this now-merged PR: erikmd/docker-coq-github-action-demo#12 Nevertheless, I'll rework this PR #38 soon so that we can integrate that non-critical-albeit-useful documentation. |
187bfd7
to
6f4270c
Compare
set -x
Hi @Zimmi48, done: I've just finished my documentation rework 🙂 I can propose to do a point release Feel free to take a look at this new documentation if you want To sum up, I've added:
and in PR #61:
|
Thanks a lot @erikmd! I will have a look today. |
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.
I will come back and review the last section and the other PR later today.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
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.
LGTM
@Zimmi48 this is not a urgent PR (only about docs), but you may want to proofread it before we can merge it