From 93dd47f923154c80035c981951e0780e490d9518 Mon Sep 17 00:00:00 2001 From: Ryan Fogarty Date: Tue, 2 May 2023 10:26:58 +0100 Subject: [PATCH] Remove usage of secrets to fix failing builds --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 270dfe3e0..e9badbd35 100644 --- a/action.yml +++ b/action.yml @@ -31,7 +31,7 @@ runs: shell: bash - id: download_flank run: | - ./flankScripts github download_flank --version=${{ inputs.version }} --token=${{ secrets.GITHUB_TOKEN }} + ./flankScripts github download_flank --version=${{ inputs.version }} shell: bash - id: authentication run: |