From 3520c15609bdaa8a560603592696e6103854db01 Mon Sep 17 00:00:00 2001 From: Tonye Jack Date: Sun, 13 Feb 2022 05:27:52 -0500 Subject: [PATCH] chore: Update glob action inputs (#363) --- action.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/action.yml b/action.yml index 22e0630f..da845803 100644 --- a/action.yml +++ b/action.yml @@ -120,6 +120,7 @@ runs: uses: tj-actions/glob@v7 id: glob with: + token: ${{ inputs.token }} files: ${{ inputs.files }} files-separator: ${{ inputs.files-separator }} files-from-source-file: ${{ inputs.files_from_source_file }}