From b6eb4be60aaec752becdc2a73c630a2d2c2e0fd0 Mon Sep 17 00:00:00 2001 From: Honza Bittner Date: Tue, 29 Oct 2019 16:15:12 +0100 Subject: [PATCH] Add note about secrets --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index d718ded..1e4496a 100644 --- a/README.md +++ b/README.md @@ -44,6 +44,8 @@ jobs: | directory | string | '.' | Directory to change to before pushing. | | repository | string | '' | Repository name. Default or empty repository name represents current github repository. If you want to push to other repository, you should make a [personal access token](https://github.com/settings/tokens) and use it as the `github_token` input. | +> **Note**: for more information about creating and using secrets see [docs](https://help.github.com/en/github/automating-your-workflow-with-github-actions/virtual-environments-for-github-actions#creating-and-using-secrets-encrypted-variables). + ## License The Dockerfile and associated scripts and documentation in this project are released under the [MIT License](LICENSE).