Skip to content

Commit b41c58f

Browse files
committed
add note back to docs
Signed-off-by: Grant Linville <[email protected]>
1 parent 9b2d6dc commit b41c58f

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

docs/docs/03-tools/04-credential-tools.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,11 @@ In this example, the tool's output would be `{"env":{"MY_ENV_VAR":"my value"}}`
7979
By default, credentials are automatically stored in the credential store. Read the [main credentials page](../02-credentials.md)
8080
for more information about the credential store.
8181

82+
:::note
83+
Credentials received from credential provider tools that are not on GitHub (such as a local file) and do not have an alias
84+
will not be stored in the credentials store.
85+
:::
86+
8287
## Credential Aliases
8388

8489
When you reference a credential tool in your script, you can give it an alias using the `as` keyword like this:

0 commit comments

Comments
 (0)