From 9d23a5906b3995d581767eadb02e95966d54458e Mon Sep 17 00:00:00 2001 From: Flook Peter Date: Sat, 13 Jul 2024 17:01:45 +0800 Subject: [PATCH] Remove docker token secret --- action.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/action.yml b/action.yml index a05f1a64e..cb8f77b09 100644 --- a/action.yml +++ b/action.yml @@ -69,4 +69,3 @@ runs: INSTA_INFRA_FOLDER: '${{ github.workspace }}/${{ inputs.insta_infra_folder }}' BASE_FOLDER: '${{ github.workspace }}' DATA_CATERER_VERSION: '${{ inputs.data_caterer_version }}' - DOCKER_TOKEN: '${{ secrets.docker_token }}'