From 33eec1587d300657c3a29ed4b5d313014606de1f Mon Sep 17 00:00:00 2001 From: CrazyMax Date: Tue, 16 Feb 2021 11:56:02 +0100 Subject: [PATCH] Update action.yml Signed-off-by: CrazyMax --- action.yml | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/action.yml b/action.yml index 3ee80a059..1e9608a6d 100644 --- a/action.yml +++ b/action.yml @@ -60,15 +60,18 @@ inputs: description: "List of cache export destinations for buildx (eg. user/app:cache, type=local,dest=path/to/dir)" required: false secrets: - description: "List of secrets to expose to the build (eg. key=value, GIT_AUTH_TOKEN=mytoken)" + description: "List of secrets to expose to the build (eg. key=string, GIT_AUTH_TOKEN=mytoken)" required: false - github-token: - description: "GitHub Token used to authenticate against a repository for Git context" - default: ${{ github.token }} + secret-files: + description: "List of secret files to expose to the build (eg. key=filename, MY_SECRET=./secret.txt)" required: false ssh: description: "List of SSH agent socket or keys to expose to the build" required: false + github-token: + description: "GitHub Token used to authenticate against a repository for Git context" + default: ${{ github.token }} + required: false outputs: digest: