Replies: 1 comment 1 reply
-
|
Secrets are encrypted environment variables created in a repository or organization for use in GitHub Actions workflows. They are not passed to workflows that are triggered by a pull request from a fork. GitHub automatically redacts secrets printed to the log, but you should avoid printing secrets to the log intentionally. Note that usage of secrets in public repositories should be done cautiously as they can be potentially exposed by malicious PRs. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Select Topic Area
Question
Body
how can i use secrets in a public repository and ensure that they remain protected and not visible in github actions log?
Beta Was this translation helpful? Give feedback.
All reactions